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 1
1
A command line interface to run browser tests over BrowserStack.
2
2
3
3
## Install
4
- Go to the ` browserstack-runner ` directory.
4
+ Go to the ` browserstack-runner ` directory.
5
5
Install browserstack-runner
6
6
7
7
npm -g install
@@ -36,7 +36,7 @@ If nothing is provided as `preset` **default** is used.
36
36
in a browser.
37
37
38
38
- * test_framework* : Specify test framework which will execute the tests.
39
- We support qunit, jasmine and mocha.
39
+ We support qunit, jasmine, jasmine 2.0 and mocha.
40
40
41
41
- * timeout* : Specify worker timeout with BrowserStack.
42
42
@@ -48,7 +48,7 @@ A sample configuration file:
48
48
{
49
49
"username" : " <username>" ,
50
50
"key" : " <key>" ,
51
- "test_framework" : " qunit/jasmine/mocha" ,
51
+ "test_framework" : " qunit/jasmine/jasmine2/ mocha" ,
52
52
"test_path" : [" relative/path/to/test/page1" , " relative/path/to/test/page2" ],
53
53
"browsers" : [{
54
54
"browser" : " firefox" ,
You can’t perform that action at this time.
0 commit comments