Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 8d57b1e

Browse files
mattwynnejuliemr
authored andcommitted
docs(cli) Add Cucumber to the CLI help text
1 parent 6d85ab4 commit 8d57b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/cli.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var argv = require('optimist').
4848
describe('verbose', 'Print full spec names').
4949
describe('stackTrace', 'Print stack trace on error').
5050
describe('params', 'Param object to be passed to the tests').
51-
describe('framework', 'Test framework to use. jasmine or mocha.').
51+
describe('framework', 'Test framework to use: jasmine, cucumber or mocha').
5252
alias('browser', 'capabilities.browserName').
5353
alias('name', 'capabilities.name').
5454
alias('platform', 'capabilities.platform').

0 commit comments

Comments
 (0)