We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be9317 commit d8d4557Copy full SHA for d8d4557
.circleci/config.yml
@@ -69,7 +69,7 @@ jobs:
69
- run:
70
name: Integration
71
environment:
72
- JEST_JUNIT_OUTPUT_NAME: integration-results
+ JEST_JUNIT_OUTPUT_NAME: integration-results.xml
73
command: |
74
export TESTFILES=$(circleci tests glob "test/integration/*.test.js" | circleci tests split --split-by=timings)
75
$(npm bin)/jest ${TESTFILES} --reporters="default" --reporters="jest-junit" --runInBand
0 commit comments