Skip to content

Commit da9a412

Browse files
committed
Updated scripts
1 parent b369e63 commit da9a412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"scripts": {
33
"test": "npx mocha test.mjs",
44
"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 'Sauce Labs 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 'Sauce Labs test run for \"$BROWSER\"' --config '$BROWSER' --source 'frontend' --results results/*.xml -- npm run test-junit"
5+
"test-report": "npx testmo automation:run:submit --instance '$TESTMO_URL' --project-id 1 --name 'Sauce Labs 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 'Sauce Labs test run for \"$BROWSER\"' --config '$BROWSER' --source 'frontend' --results results/*.xml -- npm run test-junit"
77
},
88
"devDependencies": {
99
"@testmo/testmo-cli": "^1.2.0",

0 commit comments

Comments
 (0)