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 Jan 10, 2024. It is now read-only.
If run npm run test -- --group=IntegrationTests --ci --testResultsProcessor="jest-junit" --coverageReporters=cobertura --coverage
in a dir without a group IntegrationTests but has jest tests with no grouping all the tests without a grouping are ran. If i run the above command in a dir that has Integration Test group in it, it will ran and no other tests are ran.
Seems these guys have experiences the issue too nrwl/nx#9873
The text was updated successfully, but these errors were encountered:
If run
npm run test -- --group=IntegrationTests --ci --testResultsProcessor="jest-junit" --coverageReporters=cobertura --coverage
in a dir without a group IntegrationTests but has jest tests with no grouping all the tests without a grouping are ran. If i run the above command in a dir that has Integration Test group in it, it will ran and no other tests are ran.
Seems these guys have experiences the issue too
nrwl/nx#9873
The text was updated successfully, but these errors were encountered: