/saucelabs

Primary LanguageJavaScript

Protractor Demo

This is the same example as in the Protractor project.

1/ install

npm install

2/ set the following env variables

export SAUCE_USERNAME=<username>
export SAUCE_ACCESS_KEY=<access_key>

3/ run the tests:

make