Commit c13cb309 authored by Sanad Liaquat's avatar Sanad Liaquat Committed by Marcia Ramos

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

parent 0995750f
...@@ -332,12 +332,13 @@ can see it. ...@@ -332,12 +332,13 @@ can see it.
## Run the spec ## Run the spec
Before running the spec, confirm: Before running the spec, make sure that:
- The GDK is installed. - GDK is installed.
- The GDK is running on port 3000 locally. - GDK is running locally on port 3000.
- No additional [RSpec metadata tags](rspec_metadata_tests.md) have been applied. - No additional [RSpec metadata tags](rspec_metadata_tests.md) have been applied.
- Your working directory is `qa/` within your GDK GitLab installation. - 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: 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