Parallel cucumber: How to pass in cucumber arguments

Posted . Visible to the public.

Here is an example with the --tags option. You need to wrap them inside --cucumber-options option of parallel_cucumber.

DISPLAY=:17 bundle exec parallel_cucumber --cucumber-options '--tags @solo' features

See more details in the docs Show archive.org snapshot .

License
Source code in this card is licensed under the MIT License.
Posted by Emanuel to makandra dev (2020-08-18 13:42)