Skip to content

Commit

Permalink
Update Semaphore workflow to generate XML reports of test results
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Mar 12, 2021
1 parent 1fdb018 commit ff7c8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -13,4 +13,4 @@ blocks:
- checkout
- sem-version node 12
- npm install
- npx cypress run
- npx cypress run --reporter junit --reporter-options "mochaFile=cypress/results/results-[hash].xml"

0 comments on commit ff7c8a5

Please sign in to comment.