Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 32b88cb

Browse files
committed
Build: Move download location to be within the node module
This will make it so that cleaning out the node_modules folder will also remove the selenium server and avoid the need to create a directory to put it in. Closes gh-44 Closes gh-47
1 parent ac32e00 commit 32b88cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/options/start-selenium-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
options: {
44
downloadUrl: "https://selenium-release.storage.googleapis.com/2.45/" +
55
"selenium-server-standalone-2.45.0.jar",
6-
downloadLocation: "external/selenium",
6+
downloadLocation: "node_modules/grunt-selenium-server/",
77
serverOptions: {
88
"Dwebdriver.chrome.driver=node_modules/chromedriver/bin/chromedriver": ""
99
},

0 commit comments

Comments
 (0)