Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noblesamurai/angular-protractor-mocha-example

An example of frontend testing with angular, protractor, mocha, saucelabs and travis."
https://github.com/noblesamurai/angular-protractor-mocha-example

Last synced: about 1 month ago
JSON representation

An example of frontend testing with angular, protractor, mocha, saucelabs and travis."

Awesome Lists containing this project

README

        

You will need to include your saucelabs config details in .travis.yml.

```bash
gem install travis
travis login --pro # need to let travis know who I am, --pro for hidden repos
travis encrypt SAUCE_USERNAME=noblesamurai --add
travis encrypt SAUCE_ACCESS_JEY=[key] --add
```