Skip to content

Commit

Permalink
VACMS-14971 - Cypress tugboat logs missing failure details (#15736)
Browse files Browse the repository at this point in the history
* Update i_click_the_button.js

* Delete multi-reporter-config.json

* Update package.json

* Revert "Delete multi-reporter-config.json"

This reverts commit 54a1be5.

* Revert "Update i_click_the_button.js"

This reverts commit 7728e79.

* Update package.json

* Update package.json

* Update package.json

* Revert "Bump @babel/traverse from 7.22.5 to 7.23.2 (#15735)"

This reverts commit b343ffa.

* Revert "Revert "Bump @babel/traverse from 7.22.5 to 7.23.2 (#15735)""

This reverts commit 539a57d.

---------

Co-authored-by: Nate Douglas <[email protected]>
  • Loading branch information
ariperez and ndouglas authored Oct 24, 2023
1 parent 7ba0d47 commit 6d2633c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:cypress": "cypress run -e \"TAGS=$CYPRESS_TAGS\"",
"test:cypress:verify": "cypress verify",
"test:cypress:interactive": "cypress open -e \"TAGS=not @ignore and not @piv,VAGOV_INTERACTIVE=true\"",
"test:cypress:parallel": "cypress-parallel --script test:cypress --threads 3 --strictMode false --specsDir tests/cypress/integration --weightsJson tests/cypress/integration/weights.json"
"test:cypress:parallel": "cypress-parallel -v --reporter 'spec' --script test:cypress --threads 3 --strictMode false --specsDir tests/cypress/integration --weightsJson tests/cypress/integration/weights.json"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6d2633c

Please sign in to comment.