Skip to content

Draft: Try coverband gem with Gitlab rails for mapping

Harsha Muralidhar requested to merge hm-coverband-for-mapping into master

What does this MR do and why?

Trying out a POC to see if coverband gem could be used to map E2E test coverage.

Start a redis-server locally on localhost:6379 as it is one of the default paths for redis as described here.

How to test locally?

Pre-requisites: docker is installed, gdk is up and running

Run an example E2E spec

WEBDRIVER_HEADLESS=false GITLAB_ADMIN_PASSWORD="XXX" GITLAB_QA_ADMIN_ACCESS_TOKEN=XXX GITLAB_PASSWORD="XXX" QA_LOG_LEVEL=DEBUG QA_GITLAB_URL=http://172.16.123.1:3000 bundle exec rspec  ./qa/specs/features/ee/browser_ui/10_govern/security_reports_spec.rb:233

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Harsha Muralidhar

Merge request reports