cucumber-rails icon indicating copy to clipboard operation
cucumber-rails copied to clipboard

Rails Generators for Cucumber with special support for Capybara and DatabaseCleaner

Results 6 cucumber-rails issues
Sort by recently updated
recently updated
newest added

This issue _may_ have been caused from the renaming of `master` to `main`. In that case, an action should be performed on Code Climate by someone who has access: >...

### 👓 What did you see? When `database_cleaner-redis` AND `database_cleaner-active_record` are in play, I cannot correctly configure them for the `Cucumber::Rails::Database.javascript_strategy`. I'm forced to consolidate upon a single strategy. ###...

### 🤔 What's the problem you're trying to solve? I find the default config generated by cucumber-rails very terse and hard to understand: ``` default: features wip: --tags @wip:3 --wip...

### 🤔 What's the problem you're trying to solve? Rails 5.1+ added code that its test framework hooks into that makes transactional database cleanup thread-safe (there were bugs in the...

## Summary I am working on a project where MiniTest and `rspec-mocks`, `rspec-expectations` are both available in the Gemfile. However we have RSpec disabled as we do not use RSpec...

:zap: enhancement

### 🤔 What's changed? Follow up from previous work in #586 to explain the decisions. Move to an include/exclude matrix to cover old/new rubies vs standard ones ### ⚡️ What's...