diff options
author | Desiree Chevalier <dchevalier@gitlab.com> | 2019-06-07 08:46:48 -0400 |
---|---|---|
committer | Desiree Chevalier <dchevalier@gitlab.com> | 2019-07-17 10:12:56 -0400 |
commit | a1bee1a09d529007c4ff11ab55d355b51f352ed8 (patch) | |
tree | 84b200914385c2e62e73ba06b01537726b159269 /qa/Gemfile.lock | |
parent | b545cf4060101ea3490f0c05d4e69602a0e86879 (diff) | |
download | gitlab-ce-a1bee1a09d529007c4ff11ab55d355b51f352ed8.tar.gz |
Generate parallel spec reportsqa-review-knapsack-reports
Creates reports for parallel specs and collates them into a single
HTML report and displays results on the merge request.
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 73aabf2c6ad..7d19366f83b 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -87,6 +87,8 @@ GEM rspec-retry (0.6.1) rspec-core (> 3.3) rspec-support (3.7.0) + rspec_junit_formatter (0.4.1) + rspec-core (>= 2, < 4, != 2.12.0) rubyzip (1.2.2) selenium-webdriver (3.141.0) childprocess (~> 0.5) @@ -116,6 +118,7 @@ DEPENDENCIES rake (~> 12.3.0) rspec (~> 3.7) rspec-retry (~> 0.6.1) + rspec_junit_formatter (~> 0.4.1) selenium-webdriver (~> 3.12) BUNDLED WITH |