README
Scaffold and Examples for automated testing projects.
Setup
- Install Node: http://nodejs.org/download/
- Install slush: http://slushjs.github.io/
- Java is required for selenium server to run.
- Install selenium chrome driver (firefox will just work): https://code.google.com/p/selenium/wiki/ChromeDriver
Creating a new test project (or just clone this repo)
npm install -g slush-fiveby
- pick a directory where you want the app setup
- run
slush fiveby
Running w/ built in Selenium Server:
npx gulp
Running w/ docker based Selenium Grid:
- edit fiveby-congfig.json hubUrl to http://localhost:4444/wd/hub
docker-compose up
install docker if needednpx gulp