I have integrated a Cypress test as a task in Tekton Pipeline. Issue that I am experiencing is that Cypress sometimes even if there is failed test it is marked by Tekton as success.
Is there a way to tell Tekton to mark it as failure if Cypress have failed tests?