Skip to content

Execute e2e specs for review app inside gitlab-qa image directly

Andrejs Cunskis requested to merge acunskis-remove-qa-image-review-app into master

What does this MR do?

This MR slightly simplifies e2e test execution against review-app environment:

  • Uses gitlab-qa image directly as runner environment and skips starting it via gitlab-qa gem
  • Removes parallel-rspec-report. It seems to be unused and some of the code is outdated, so screenshots do not work in the report anymore. Allure report provides aggregate report with a better UI experience instead in place of default rspec html one.

Conformity

Edited by Andrejs Cunskis

Merge request reports