Skip to content

Running Cucumber Perf

mpinardi edited this page Aug 21, 2020 · 7 revisions
$ .\node_modules\.bin\cucumber-perf

Specify where your plan files and features are located.

$ .\node_modules\.bin\cucumber-perf -p \plans \features

And what tags to use

$ .\node_modules\.bin\cucumber-perf -p \plans --perf-tags @first \features -t @example

Use Plugins

$ .\node_modules\.bin\cucumber-perf -p \plans \features -f summary
Clone this wiki locally