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 11A command line interface to run browser tests over BrowserStack.
22
33## Install
4- Go to the ` browserstack-runner ` directory.
4+ Go to the ` browserstack-runner ` directory.
55Install browserstack-runner
66
77 npm -g install
@@ -36,7 +36,7 @@ If nothing is provided as `preset` **default** is used.
3636 in a browser.
3737
3838 - * 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.
4040
4141 - * timeout* : Specify worker timeout with BrowserStack.
4242
@@ -48,7 +48,7 @@ A sample configuration file:
4848{
4949 "username" : " <username>" ,
5050 "key" : " <key>" ,
51- "test_framework" : " qunit/jasmine/mocha" ,
51+ "test_framework" : " qunit/jasmine/jasmine2/ mocha" ,
5252 "test_path" : [" relative/path/to/test/page1" , " relative/path/to/test/page2" ],
5353 "browsers" : [{
5454 "browser" : " firefox" ,
You can’t perform that action at this time.
0 commit comments