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 online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
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)