Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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."
- Host: GitHub
- URL: https://github.com/noblesamurai/angular-protractor-mocha-example
- Owner: noblesamurai
- Created: 2014-08-27T05:06:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-27T05:06:14.000Z (over 10 years ago)
- Last Synced: 2023-03-11T05:29:44.001Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```