brew install phantomjs
gulp karma
gulp webdriver-update
Test configuration point to Google Chrome browser. Test works on Google Chrome v.77.0.3865.75 together with chromedriver with ver. 77.0.3865.40.
- Connect a device or start android emulator
- Run RethinkDb
rethinkdb
- Run stf
Wait till STF will be fully functional and devices will be discovered
./bin/stf local
- Run tests
gulp protractor
Test results can be found in: test-results/reports-protractor/dashboardReport-protractor/index.html
- Connect a device
- Run stf
gulp protractor --multi --suite devices
export STF_URL='http://stf-url/#!/'
export STF_USERNAME='user'
export STF_PASSWORD='pass'
gulp protractor