Skip to content

Commit

Permalink
JavaScript (v3): Tests - Output junit results to logs. (#6529)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpyle0819 authored Jun 10, 2024
1 parent 198e721 commit 2a2fec3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascriptv3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"private": true,
"scripts": {
"test": "npm run test --workspaces --if-present",
"integration-test": "npm run integration-test --workspaces --if-present -- --silent; npm run merge-test-results",
"integration-test": "npm run integration-test --workspaces --if-present -- --silent; npm run merge-test-results; npm run log-tests",
"merge-test-results": "jrm test-results.xml \"**/test_results/**/*.junit.xml\"",
"log-tests": "cat test-results.xml",
"lint": "lint-staged",
"ci-lint": "eslint"
},
Expand Down

0 comments on commit 2a2fec3

Please sign in to comment.