Selenium daily job should mirror selenium-test

Follow up to Ic6d4893df172f821111c8eb4c95a5e78a809a82c
copying example of Echo

Change-Id: Idf79a72ad5d6de99e427f1a128be954efb3a9322
This commit is contained in:
jdlrobson 2019-04-09 19:24:21 -07:00 committed by Jdlrobson
parent 377a899b12
commit 4a5c719031
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
"doc": "jsdoc -c jsdoc.json",
"selenium-test-cucumber": "wdio tests/selenium/wdio.conf.cucumber.js",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-daily": "npm run selenium-test",
"selenium-test": "wdio tests/selenium/wdio.conf.js"
},
"dependencies": {},