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
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Jest execution on Jenkins does not exit the process after a test failure in version 22.x.x.
If the current behavior is a bug, please provide the steps to reproduce and
either a repl.it demo through https://repl.it/languages/jest or a minimal
repository on GitHub that we can yarn install and yarn test.
Add a Jest test that fails and run yarn test on Jenkins.
What is the expected behavior?
I expect the process to exit if a jest test fails and Jenkins to abort the job with a failure
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
Yarn version: 1.2.1
Jest version: 22.0.0 (does not abort on Jenkins if a test fails) 21.2.1 (aborts on Jenkins if a test fails)
Node version: 7.10.1
Jenkins version: 2.89.2
OS: Linux
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Jest execution on Jenkins does not exit the process after a test failure in version 22.x.x.
If the current behavior is a bug, please provide the steps to reproduce and
either a repl.it demo through https://repl.it/languages/jest or a minimal
repository on GitHub that we can
yarn install
andyarn test
.Add a Jest test that fails and run
yarn test
on Jenkins.What is the expected behavior?
I expect the process to exit if a jest test fails and Jenkins to abort the job with a failure
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
Yarn version: 1.2.1
Jest version: 22.0.0 (does not abort on Jenkins if a test fails) 21.2.1 (aborts on Jenkins if a test fails)
Node version: 7.10.1
Jenkins version: 2.89.2
OS: Linux
The text was updated successfully, but these errors were encountered: