- Forked gulp-protractor .

Changes:
 - Added debug support
 - Added suites support
 - Added element explorer support
This commit is contained in:
Gunther Brunner
2014-08-27 16:36:37 +09:00
parent 5941030743
commit 30bbf430d3
3 changed files with 227 additions and 35 deletions

View File

@@ -27,3 +27,33 @@
- `git pull`
- `npm install`
- `bower install`
### Tests
## Unit Frontend
- `brew install phantomjs`
- `gulp karma`
## E2E Frontend
### On first run
- `gulp webdriver-update`
### Chrome Local STF
- Connect a device
- Run stf
- `gulp protractor`
### Multiple Browsers Local STF with a specific suite
- Connect a device
- Run stf
- `gulp protractor --multi --suite devices`
### Chrome Remote STF
- `export STF_URL='http://stf-url/#!/'`
- `export STF_USERNAME='user'`
- `export STF_PASSWORD='pass'`
- `gulp protractor`