From: addshore Date: Thu, 7 Jun 2018 16:15:30 +0000 (+0100) Subject: npm selenium command, use bash X-Git-Tag: 1.34.0-rc.0~5120^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=0f472c4bc1c266f3ca542ebadc83bbab419629d0;p=lhc%2Fweb%2Fwiklou.git npm selenium command, use bash On Windows this seems to complain unless bash is specified Change-Id: I4515c851ffea143d4c1c6d111ffdd64b62f9f304 --- diff --git a/package.json b/package.json index 2d425dd62e..36328e0a85 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "qunit": "grunt qunit", "doc": "jsduck", "postdoc": "grunt copy:jsduck", - "selenium": "./tests/selenium/selenium.sh", + "selenium": "bash ./tests/selenium/selenium.sh", "selenium-test": "wdio ./tests/selenium/wdio.conf.js" }, "devDependencies": {