Skip to content

Instantly share code, notes, and snippets.

@tnguven
Created March 14, 2019 10:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnguven/ece4cbf32dc4da34c932e97561de0162 to your computer and use it in GitHub Desktop.
Save tnguven/ece4cbf32dc4da34c932e97561de0162 to your computer and use it in GitHub Desktop.
Makefile
LAUNCH_FILE="{ \"version\": \"0.2.0\", \"configurations\": [] }"
install-tooling:
sudo npm install -g selenium-standalone@6.15.3
sudo selenium-standalone install
create-launch-file:
echo ${LAUNCH_FILE} > .vscode/launch.json
setup: install-tooling create-launch-file
npm install
run:
selenium-standalone start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment