Skip to content

Commit b48b1c9

Browse files
author
Jeffery McRiffey
committed
readme
1 parent 9b23f16 commit b48b1c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
A 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.
55
Install 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",

0 commit comments

Comments
 (0)