Skip to content

Commit

Permalink
chore: Configure Test Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Aug 29, 2019
1 parent b16d1f0 commit 3124a47
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ jobs:
command: yarn test --ci --runInBand
environment:
JEST_JUNIT_OUTPUT: "junit.xml"

- store_test_results:
path: test-results
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ typings/
.next

junit.xml

test-results
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"jest": {
"testEnvironment": "node"
},
"jest-junit": {
"outputDirectory": "test-results/jest",
"outputName": "results.xml"
},
"probot": {
"apps": [
"./lib/index.js",
Expand Down

0 comments on commit 3124a47

Please sign in to comment.