Skip to content
This repository was archived by the owner on Aug 7, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ Whenever any change is pushed to binary-static/gh-pages it automatically submits

Tests are running against binary staging site and whenever any tests fail on binary-static-ci it will send an email notification to concerned persons.Front-end team will make the fix the issues in staging itself before any release to production.

<b>Integration with Browserstack.com</b>

Tests can be executed on Browserstack.com by making following changes:
- Update `browser` constant to `remote` in `utility.Constant.java`
- Provide real browserstack key in `binary-static-ci.cong.json` config file
- Optional - update browser per test in `testng.xml` if you want to execute tests on different browsers