Cleaning README.

This commit is contained in:
Gunther Brunner
2015-06-18 19:18:42 +09:00
parent b91fd1ee2c
commit 3ff066d672
6 changed files with 103 additions and 63 deletions

25
TESTING.md Normal file
View File

@@ -0,0 +1,25 @@
## 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`