You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want the command run to exit with 1 if for example if the lambdatest-config.json wasn't available.
Basically, when the tests don't get uploaded to LT, I want it to exit with 1, right now it exits with 0 and when ran in CI/CD pipelines, the pipeline will be marked as success even though it has errored because the exit code was 0
I already created a PR which fixes the issue, I'm hoping it gets merged soon. #306
I'm running
lambdatest-cypress run
when it runs into an error it exits with code 0 instead of 1.I'm using it as a part of CI/CD pipeline, so when the command runs I want it to exit with status code 1 so that it marks my CI pipeline as failed.
The text was updated successfully, but these errors were encountered: