Skip to content

Commit

Permalink
TE: Add script sanity-check
Browse files Browse the repository at this point in the history
  • Loading branch information
fatmaBouchekoua authored and Quetzacoalt91 committed Feb 20, 2018
1 parent a6711eb commit 5db5ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/E2E/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
"install": "node_modules/selenium-standalone/bin/selenium-standalone install",
"start-selenium": "node_modules/selenium-standalone/bin/selenium-standalone start",
"high-test": "node_modules/mocha/bin/mocha test/campaigns/high/*",
"regular-test": "node_modules/mocha/bin/mocha test/campaigns/regular/*",
"test": "node_modules/mocha/bin/mocha test/campaigns/regular/*",
"specific-test": "node_modules/mocha/bin/mocha test/campaigns/$path",
"sanity-check": "curl http://localhost:4444/wd/hub/status | json_pp ",
"concat-files-report": "cd email_sender && ../node_modules/gulp-cli/bin/gulp.js"
},
"repository": {
Expand Down

0 comments on commit 5db5ad7

Please sign in to comment.