Intended for quick PoCs with Protractor and Node, could mutate into a project scaffolder generator at some point.
- Requires Node v8+
- Angular sync is disabled by default
- Control Flow is disabled by default
- Run
npm installto install Node dependencies - Run
npm run webdriver-manager:updateto setup browser webdrivers
- Start selenium server
npm run webdriver-manager:start - Run tests with
npm test
- Start selenium server as described above
- Run tests with
HEADLESS=true npm test
- Export your Saucelabs username and access key to env vars
SAUCE_USERandSAUCE_KEY - Run tests with
SAUCE=true npm test