Setup the selenium daily job

Bug: T219920
Change-Id: Ic6d4893df172f821111c8eb4c95a5e78a809a82c
This commit is contained in:
jdlrobson 2019-04-09 13:59:24 -07:00 committed by Jdlrobson
parent 6918c70780
commit 9fced7557f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +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-test": "wdio tests/selenium/wdio.conf.js"
},
"dependencies": {},