Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Cucumber #889

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .cucumber.yml

This file was deleted.

1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ gem 'sentry-ruby'

group :development, :test do
gem 'axe-matchers'
gem 'cucumber'
gem 'dotenv-rails'
gem 'factory_bot_rails'
gem 'faker'
Expand Down
45 changes: 0 additions & 45 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,38 +139,6 @@ GEM
crass (1.0.6)
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
cucumber (6.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 9.0, >= 9.0.1)
cucumber-create-meta (~> 4.0, >= 4.0.0)
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
cucumber-gherkin (~> 18.1, >= 18.1.0)
cucumber-html-formatter (~> 13.0, >= 13.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-wire (~> 5.0, >= 5.0.1)
diff-lcs (~> 1.4, >= 1.4.4)
mime-types (~> 3.3, >= 3.3.1)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-core (9.0.1)
cucumber-gherkin (~> 18.1, >= 18.1.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-tag-expressions (~> 3.0, >= 3.0.1)
cucumber-create-meta (4.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-cucumber-expressions (12.1.3)
cucumber-gherkin (18.1.1)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-html-formatter (13.0.0)
cucumber-messages (~> 15.0, >= 15.0.0)
cucumber-messages (15.0.0)
protobuf-cucumber (~> 3.10, >= 3.10.8)
cucumber-tag-expressions (3.0.1)
cucumber-wire (5.0.1)
cucumber-core (~> 9.0, >= 9.0.1)
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
cucumber-messages (~> 15.0, >= 15.0.0)
date (3.4.0)
debug_inspector (1.2.0)
descendants_tracker (0.0.4)
Expand Down Expand Up @@ -275,16 +243,11 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.1.0)
middleware (0.1.0)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
msgpack (1.7.2)
multi_json (1.15.0)
multi_test (0.1.2)
net-imap (0.5.0)
date
net-protocol
Expand Down Expand Up @@ -313,11 +276,6 @@ GEM
ast (~> 2.4.1)
racc
pg (1.5.4)
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -472,8 +430,6 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
sys-uname (1.2.2)
ffi (~> 1.1)
temple (0.8.2)
thor (1.3.2)
thread_safe (0.3.6)
Expand Down Expand Up @@ -540,7 +496,6 @@ DEPENDENCIES
capybara
contentful_rails
cssbundling-rails
cucumber
devise
devise-security
dotenv-rails
Expand Down
3 changes: 0 additions & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,3 @@ test: &test
#
production:
<<: *default

# cucumber:
# <<: *test
190 changes: 0 additions & 190 deletions e2etests/README_cucumber.md

This file was deleted.

Loading
Loading