Read more

Parallel cucumber: How to pass in cucumber arguments

Emanuel
August 18, 2020Software engineer at makandra GmbH

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
Illustration book lover

Growing Rails Applications in Practice

Check out our e-book. Learn to structure large Ruby on Rails codebases with the tools you already know and love.

  • Introduce design conventions for controllers and user-facing models
  • Create a system for growth
  • Build applications to last
Read more Show archive.org snapshot

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

Posted by Emanuel to makandra dev (2020-08-18 15:42)