Skip to content

Commit 6d2633c

Browse files
ariperezndouglas
andauthored
VACMS-14971 - Cypress tugboat logs missing failure details (#15736)
* Update i_click_the_button.js * Delete multi-reporter-config.json * Update package.json * Revert "Delete multi-reporter-config.json" This reverts commit 54a1be546bdd093ec028139112f8056083d9ec95. * Revert "Update i_click_the_button.js" This reverts commit 7728e799dbbeccf0841747e89e160e7b0aafccf0. * 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 539a57df71de3619c710d120e02e7da0266f79a6. --------- Co-authored-by: Nate Douglas <[email protected]>
1 parent 7ba0d47 commit 6d2633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:cypress": "cypress run -e \"TAGS=$CYPRESS_TAGS\"",
1919
"test:cypress:verify": "cypress verify",
2020
"test:cypress:interactive": "cypress open -e \"TAGS=not @ignore and not @piv,VAGOV_INTERACTIVE=true\"",
21-
"test:cypress:parallel": "cypress-parallel --script test:cypress --threads 3 --strictMode false --specsDir tests/cypress/integration --weightsJson tests/cypress/integration/weights.json"
21+
"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"
2222
},
2323
"repository": {
2424
"type": "git",

0 commit comments

Comments
 (0)