Skip to content

Commit c3d66e3

Browse files
committed
fix for #80
1 parent 544145d commit c3d66e3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If nothing is provided as `preset` **default** is used.
4242

4343
- *browsers*: A list of browsers on which tests are to be run.
4444

45-
A sample configuration file:
45+
A sample configuration file (list: http://www.browserstack.com/list-of-browsers-and-platforms?product=live):
4646

4747
```json
4848
{
@@ -85,6 +85,16 @@ A sample configuration file:
8585
"os": "Windows",
8686
"os_version": "7"
8787
},
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+
},
8898
{
8999
"browser": "ie",
90100
"browser_version": "10.0",

0 commit comments

Comments
 (0)