Todo MVC Application using react / redux and node.js
npm install -g protractor
- test - execute application logic tests
- test:client - execute all client (browser) tests on all browsers (PhantomJS, Chrome, Firefox)
- test:client:phantomjs - execute all client (browser) tests on browser PhantomJS
- test:client:chrome - execute all client (browser) tests on browser Chrome
- test:client:firefox - execute all client (browser) tests on browser Firefox
- works without manual configuration
- needs setting environment variable CHROME_BIN
for instance:
export CHROME_BIN="/Applications/Chromium.app/Contents/MacOS/Chromium"
- needs setting environment variable FIREFOX_BIN
for instance:
export FIREFOX_BIN="/Applications/Firefox.app/Contents/MacOS/firefox"