Skip to content

Updating Test Naming in 2_plan to match new pattern

Andy Hohenner requested to merge Test-Naming-Update-2_plan-part1 into master

What does this MR do and why?

In order to make the E2E test names more consumable by all of Engineering, we added some test naming guidelines. This MR updates the test names for 2_plan.

There are a couple test names that were updated, so once this MR is merged, we will need to update the corresponding Test Cases.

How to set up and validate locally

From the qa directory:

bundle install
export WEBDRIVER_HEADLESS=false # If you'd like to watch the test in action
export QA_GITLAB_URL="http://gdk.test:3000" # Only needed if GDK is not running on http://127.0.0.1:3000
export EE_LICENSE==$(cat ~/src/gitlab_license) # swap to your preferred way of including the EE license
bundle exec rspec --tag reliable ./qa/specs/features/ee/browser_ui/2_plan/

As a quick check you could also run rspec in dry run mode, the logic of the tests did not change, just the names.

bundle exec rspec --tag reliable --dry-run ./qa/specs/features/ee/browser_ui/2_plan/

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports

Loading