From 0a56fd356d0b44cc7d7e7e2aeba5e5da730641bb Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=BDeljko=20Filipin?= Date: Wed, 29 Aug 2018 14:58:04 +0200 Subject: [PATCH] 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 --- package.json | 1 + 1 file changed, 1 insertion(+) 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": { -- 2.20.1