Selenium: selenium-daily NPM script
authorŽeljko Filipin <zeljko.filipin@gmail.com>
Wed, 29 Aug 2018 12:58:04 +0000 (14:58 +0200)
committerZfilipin <zfilipin@wikimedia.org>
Wed, 29 Aug 2018 13:00:16 +0000 (13:00 +0000)
selenium-daily just calls selenium-test. It's needed for daily Jenkins job targeting
beta cluster. The script might seem redundant, but it provides flexibility. In case
a repository does not want to run all tests daily, that's easily fixed by updating
the the script.

Bug: T188742
Change-Id: Idf86f94cc31abda4bfcdc1ac4eba29206d9c91f9

package.json

index adfc2f8..d75c151 100644 (file)
@@ -6,6 +6,7 @@
     "doc": "jsduck",
     "postdoc": "grunt copy:jsduck",
     "selenium": "bash ./tests/selenium/selenium.sh",
+    "selenium-daily": "npm run selenium-test",
     "selenium-test": "wdio ./tests/selenium/wdio.conf.js"
   },
   "devDependencies": {