We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a869d8d commit 933919cCopy full SHA for 933919c
package.json
@@ -2,8 +2,8 @@
2
"scripts":{
3
"test": "npx mocha test.mjs",
4
"test-junit": "npx mocha --reporter node_modules/mocha-junit-reporter --reporter-options jenkinsMode=1,outputs=1,mochaFile=results/mocha-test-results.xml test.mjs",
5
-"test-report": "npx testmo automation:run:submit --instance $TESTMO_URL --project-id 1 --name 'Selenium test run for \"$BROWSER\"' --config '$BROWSER' --source 'frontend' --results results/*.xml",
6
-"test-ci": "npx testmo automation:run:submit --instance $TESTMO_URL --project-id 1 --name 'Selenium test run for \"$BROWSER\"' --config '$BROWSER' --source 'frontend' --results results/*.xml -- npm run test-junit"
+"test-report": "npx testmo automation:run:submit --instance $TESTMO_URL --project-id 1 --name 'Selenium test run for \"$BROWSER\"' --source 'frontend' --results results/*.xml",
+"test-ci": "npx testmo automation:run:submit --instance $TESTMO_URL --project-id 1 --name 'Selenium test run for \"$BROWSER\"' --source 'frontend' --results results/*.xml -- npm run test-junit"
7
},
8
"devDependencies":{
9
"@testmo/testmo-cli": "^1.2.0",
0 commit comments