npm selenium command, use bash
authoraddshore <addshorewiki@gmail.com>
Thu, 7 Jun 2018 16:15:30 +0000 (17:15 +0100)
committerAddshore <addshorewiki@gmail.com>
Mon, 11 Jun 2018 07:31:02 +0000 (07:31 +0000)
On Windows this seems to complain unless bash is specified

Change-Id: I4515c851ffea143d4c1c6d111ffdd64b62f9f304

package.json

index 2d425dd..36328e0 100644 (file)
@@ -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": {