Last active
December 11, 2015 02:39
-
-
Save airportyh/4532029 to your computer and use it in GitHub Desktop.
UI mockup for testem browserstack integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Testem: Continuous Integration Browsers | |
| ======================================= | |
| Check each browser or browser set you want to run during continuous integration. | |
| If you want to pick a combination that's different from what's covered below, you | |
| can manually edit the file browsers.testem.json. The number on the right in | |
| paranthesis () indicates the number of browsers the selection would add to the test | |
| suite. | |
| Local | |
| ----- | |
| Chrome | |
| [ ] latest (1) | |
| Firefox | |
| [ ] latest (1) | |
| Safari | |
| [ ] latest (1) | |
| Opera | |
| [ ] latest (1) | |
| Internet Explorer | |
| [ ] latest [10] (1) | |
| [ ] >= 9.0 (2) | |
| [ ] >= 8.0 (3) | |
| [ ] >= 7.0 (4) | |
| BrowserStack Mobile Browsers | |
| ---------------------------- | |
| Android Browser | |
| [ ] latest [4.2] (1) | |
| [✔] >= 4.0 (3) | |
| [ ] >= 2.2 (6) | |
| Mobile Safari | |
| [ ] latest [6.0] (1) | |
| [ ] >= 6.0 (1) | |
| [✔] >= 5.0 (3) | |
| Opera Mobile Browser | |
| [ ] 480x854 (1) | |
| BrowserStack Desktop Browsers | |
| ----------------------------- | |
| Chrome | |
| [✔] latest [22.0] (1) | |
| Firefox | |
| [✔] latest [16.0] (1) | |
| Safari | |
| [✔] latest [6.0] (1) | |
| [ ] >= 5.0 (3) | |
| Opera | |
| [✔] latest [12.11] (1) | |
| Internet Explorer | |
| [✔] latest [10] (1) | |
| [✔] >= 9.0 (2) | |
| [ ] >= 8.0 (3) | |
| [ ] >= 7.0 (4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment