process.exit() is not setting "1" upon a failed test scenario #3305
Unanswered
Golshy
asked this question in
Help Needed
Replies: 2 comments 6 replies
-
Is this intermittent or does this happen everytime? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary ✍️
My team is having an issue where we have a
.feature
that includes multiple scenarios. If one of those scenarios fails, our CI pipeline in Jenkins is still displaying a SUCCESS and 🟢 highlight on the dashboardWe are using the Cucumber reporter and find that after it has finished running, when calling
echo $?
we receive a0
This is not the same situation as in NW v1.7 which returns a code of
1
and passes the FAILURE through our CI pipelinesCan anyone please advise us on how to troubleshoot this or if to log an issue for this problem?
Beta Was this translation helpful? Give feedback.
All reactions