File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ A sample configuration file:
96
96
```
97
97
98
98
Alternatively, if ` os ` and ` os_version ` granularity is not desired, following configuration can be used:
99
- - * browser* _ current: will assign the latest version of the * browser* .
99
+ - * browser* _ current or * browser * _ latest : will assign the latest version of the * browser* .
100
100
- * browser* _ previous: will assign the previous version of the * browser* .
101
101
- * browser* _ * version* : will assign the * version* specificed of the * browser* . Minor versions can be concatinated with underscore.
102
102
@@ -106,7 +106,7 @@ Example:
106
106
" chrome_previous" ,
107
107
" chrome_current" ,
108
108
" firefox_previous" ,
109
- " firefox_current " ,
109
+ " firefox_latest " ,
110
110
" ie_6" ,
111
111
" ie_11" ,
112
112
" opera_12_1" ,
@@ -151,4 +151,4 @@ Run `browserstack-runner` to run the tests on all the browsers mentioned
151
151
in the configuration.
152
152
153
153
You can include this in your test script to automatically run cross
154
- browser tests on every build.
154
+ browser tests on every build.
You can’t perform that action at this time.
0 commit comments