From: Ċ½eljko Filipin Date: Wed, 29 Aug 2018 12:58:04 +0000 (+0200) Subject: Selenium: selenium-daily NPM script X-Git-Tag: 1.34.0-rc.0~4248^2 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=0a56fd356d0b44cc7d7e7e2aeba5e5da730641bb;p=lhc%2Fweb%2Fwiklou.git Selenium: selenium-daily NPM script 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 --- diff --git a/package.json b/package.json index adfc2f85db..d75c15164f 100644 --- a/package.json +++ b/package.json @@ -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": {