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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Jest added to Jenkins script and create a command that executes all tests for a certain type e.g. unit. However, using this command, the success/failure of the separate commands are lost between all the logs as they execute in parallel.
Possibly move the .code-coverage from root to test as the coverage from Mocha is located under /test. If doing so, check Jenkins script cleanup function (post step) for the Jest steps as paths need to be changed.
We can safely remove the --passWithNotests flag in package.json script for running Jest tests whenever we have tests for each type (functional and integration).
Expected behavior
"npm test:unit": "run-p mocha:unit jest:unit"
Actual behavior
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
1.6.0
The text was updated successfully, but these errors were encountered: