We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544145d commit c3d66e3Copy full SHA for c3d66e3
README.md
@@ -42,7 +42,7 @@ If nothing is provided as `preset` **default** is used.
42
43
- *browsers*: A list of browsers on which tests are to be run.
44
45
-A sample configuration file:
+A sample configuration file (list: http://www.browserstack.com/list-of-browsers-and-platforms?product=live):
46
47
```json
48
{
@@ -85,6 +85,16 @@ A sample configuration file:
85
"os": "Windows",
86
"os_version": "7"
87
},
88
+ {
89
+ "os": "android",
90
+ "os_version": "4.0",
91
+ "device": "Samsung Galaxy Nexus"
92
+ },
93
94
+ "os": "ios",
95
+ "os_version": "7.0",
96
+ "device": "iPhone 5S"
97
98
99
"browser": "ie",
100
"browser_version": "10.0",
0 commit comments