=======
- Install Node.js >= v4.2.3 and npm
- Open cmd line on your Mac or Windows, clone this repo and install npm package dependencies:
# install node package dependencies
$ npm install# Run single test suite with Chrome
./node_modules/.bin/shiftleft-runner --test tests/bleacher-checkout.js --config conf/shift_conf.json --browsers chrome --testers 1
For running tests on safari browser install safaridriver extension and make sure it's enabled. To enable it please follow the below steps:
- open
Safari - go to
Preferences - click on the
Extensionstab - Make sure
Enable WebDriveris checked - Close
Safari