I am running Katalon in CI/CD using Docker Image in bitbucket pipeline.
I have a test that has been failing for some time already, starting today, it still fails, yet exit code is 0 instead of 1.
It is the same version of Katalon: Katalon Studio 6.3.3
I recently added Test Listeneres to stop running test cases in test suites when there is a failure, and that is working ok and originally did fail the test cases with exit code 1. But from today, even though no code was changed, it passes the Test Suite even though there is a failure.
Any help would be apprecaited, can I manually set the Exit Code when there is a test failure?
Thank you!