-
-
Save divsbhalala/37fdda9254f475b36afe6dd9891202d5 to your computer and use it in GitHub Desktop.
Revisions
-
kolosek revised this gist
Sep 19, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,8 @@ sudo npm install webpack -g echo "Install nightwatch globally" sudo npm install webpack -g sudo npm install -g brunch echo "Install Selenium standalone globally" sudo npm install selenium-standalone@latest -g sudo selenium-standalone install -
kolosek revised this gist
Aug 14, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sudo selenium-standalone install echo "Installing Yarn" curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn -y --allow-unauthenticated echo "Installing driver" #sudo selenium-standalone install --drivers.chrome.version=2.29 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com -
kolosek revised this gist
Jun 30, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,6 +13,11 @@ echo "Install Selenium standalone globally" sudo npm install selenium-standalone@latest -g sudo selenium-standalone install echo "Installing Yarn" curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt-get update && sudo apt-get install yarn -y echo "Installing driver" #sudo selenium-standalone install --drivers.chrome.version=2.29 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com -
kolosek revised this gist
Jun 7, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,9 +11,9 @@ sudo npm install webpack -g echo "Install Selenium standalone globally" sudo npm install selenium-standalone@latest -g sudo selenium-standalone install echo "Installing driver" #sudo selenium-standalone install --drivers.chrome.version=2.29 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com #selenium-standalone start -
kolosek revised this gist
Jun 7, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ echo "Install nightwatch globally" sudo npm install webpack -g echo "Install Selenium standalone globally" sudo npm install selenium-standalone@latest -g selenium-standalone install echo "Installing driver" -
kolosek revised this gist
Jun 6, 2017 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,4 +12,8 @@ sudo npm install webpack -g echo "Install Selenium standalone globally" npm install selenium-standalone@latest -g selenium-standalone install echo "Installing driver" sudo selenium-standalone install --drivers.chrome.version=2.29 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com #selenium-standalone start -
kolosek revised this gist
Jun 6, 2017 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,6 +6,9 @@ sudo apt-get install nodejs echo "Install webpack globally" sudo npm install webpack -g echo "Install nightwatch globally" sudo npm install webpack -g echo "Install Selenium standalone globally" npm install selenium-standalone@latest -g selenium-standalone install -
kolosek revised this gist
Jun 6, 2017 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,9 @@ echo "Installing NodeJS 6.x" sudo apt-get install nodejs echo "Install webpack globally" sudo npm install webpack -g echo "Install Selenium standalone globally" npm install selenium-standalone@latest -g selenium-standalone install #selenium-standalone start -
kolosek revised this gist
Jun 6, 2017 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - echo "Installing NodeJS 6.x" sudo apt-get install nodejs echo "Install webpack globally" sudo npm install webpack -g -
kolosek created this gist
Jun 6, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - echo "Installing NodeJS 6.x" sudo apt-get install nodejs