cucumber.yml 446 B

123
  1. default: --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags ~@requires-reloading
  2. wip: --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags @wip:3 --wip features
  3. class-reloading: RAILS_ENV=cucumber_with_reloading --format 'progress' --require features/support/env.rb --require features/step_definitions features --tags @requires-reloading