-
Notifications
You must be signed in to change notification settings - Fork 196
ConsoleApplication
The console application is very simple and takes two parameters: the feature directory and the output directory.
Pickles --feature-directory=c:\dev\my-project\my-features --output-directory=c:\my-features-output
This command will recursively search the directory c:\dev\my-project\my-features for feature files and render them as HTML, following the same folder structure, to c:\my-features-output with each feature generating a corresponding .xhtml file.
You can also call Pickles to see the available command-line parameters and their aliases like so
Pickles --help
Pickles -h
Pïckles -?
You can view what version of Pickles the console application is by typing
Pïckles --version
or
Pïckles -v
See the Pickles.Sample project for an example of calling the command-line interface on a directory tree of pickles features.