-
Notifications
You must be signed in to change notification settings - Fork 6
Runtime Options
mpinardi edited this page Mar 11, 2020
·
11 revisions
Cucumber performance excepts a number of run time options.
-
Plans
- Description: Where your plan files are located.
- Command line prefix: p=, plans=
-
Tags
- Description: Only run scenarios tagged with tags matching TAG_EXPRESSION.
- Command line prefix: t=, tags=
-
Name
- Description: Only run scenarios whose names match REGEXP.
- Command line prefix: n=, name=
-
Plugin
- Description: Register a plugin
- Command line prefix: pg=,[add-]plugin= PLUGIN[:PATH_OR_URL[|[DELIM][#NUM][DELIM][@DATE_FORMAT]...]EXTENSION]
-
Monochrome
- Description: Turn on monochrome mode for formatter plugins.
- Command line prefix: monochrome
-
Strict
- Description: Process errors into statistics.
- Command line prefix: no-strict
-
Dry Run
- Description: Run without starting threads.
- Command line prefix: dryrun
-
Fail Fast
- Description: Fail and stop a group after a scenario fails.
- Command line prefix: failfast
-
Internationalization
- Description: List keywords for in a particular language.
- Command line prefix: i18n=LANG Run with "--i18n help" to see all languages
-
Help
- Description: Get help.
- Command line prefix: h, help