Skip to content

Commit

Permalink
Merge pull request #2818 from cyberark/cuke_parallel
Browse files Browse the repository at this point in the history
Support running cucumber tests in parallel:
  • Loading branch information
neil-k-zero authored Jun 1, 2023
2 parents cf87d3f + 116aacb commit 88d9a42
Show file tree
Hide file tree
Showing 30 changed files with 709 additions and 117 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ group :development, :test do
gem 'faye-websocket'
gem 'net-ssh'
gem 'parallel'
gem 'parallel_tests'
gem 'pry-byebug'
gem 'pry-rails'
gem 'rails-controller-testing'
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ GEM
validate_url
webfinger (>= 1.0.1)
parallel (1.21.0)
parallel_tests (4.2.0)
parallel
parser (3.0.3.2)
ast (~> 2.4.1)
pg (1.2.3)
Expand Down Expand Up @@ -536,6 +538,7 @@ DEPENDENCIES
nokogiri (>= 1.8.2)
openid_connect
parallel
parallel_tests
pg
pry-byebug
pry-rails
Expand Down
Loading

0 comments on commit 88d9a42

Please sign in to comment.