Commit c4762d31 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'docs-add-note-about-default-instance-level-setting' into 'master'

Docs: Use default instance-level settings before running e2e tests

See merge request gitlab-org/gitlab!58740
parents 2bed54e6 c13cb309
......@@ -332,12 +332,13 @@ can see it.
## Run the spec
Before running the spec, confirm:
Before running the spec, make sure that:
- The GDK is installed.
- The GDK is running on port 3000 locally.
- GDK is installed.
- GDK is running locally on port 3000.
- No additional [RSpec metadata tags](rspec_metadata_tests.md) have been applied.
- Your working directory is `qa/` within your GDK GitLab installation.
- Your GitLab instance-level settings are default. If you changed the default settings, some tests might have unexpected results.
To run the spec, run the following command:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment