From 0a95a6572cfae096341b71cb713a768a2418c237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Fri, 4 Oct 2019 16:23:22 +0200 Subject: [PATCH] Selenium: make it possible to run daily Jenkins job targeting beta cluster Bug: T199113 Change-Id: Idce6d7d014ab5bb0c9602d5f1e5321cd9c0d1615 --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4a3dfb62c..61bfb979e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Build tools for the AbuseFilter mediawiki extension.", "scripts": { "test": "grunt test", + "selenium-daily": "npm run selenium-test", "selenium-test": "wdio tests/selenium/wdio.conf.js" }, "devDependencies": {