All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cucumber.runtime.USAGE.txt Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
Usage: java cucumber.cli.Main [options] [ [FILE|DIR][:LINE[:LINE]*] ]+

Options:

    -g, --glue PATH                 Where glue code (step definitions and hooks) is loaded from.
    -f, --format FORMAT[:OUT]       How to format results. Goes to STDOUT unless OUT is specified.
                                    Available formats: junit, html, pretty, progress, json, json-pretty.
    -t, --tags TAG_EXPRESSION       Only run scenarios tagged with tags matching TAG_EXPRESSION.
    -n, --name REGEXP               Only run scenarios whose names match REGEXP.
    -d, --dry-run                   Skip execution of glue code.
    -m, --monochrome                Don't colour terminal output.
        --dotcucumber               Where to write out runtime information.
    -v, --version                   Print version.
    -h, --help                      You're looking at it.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy