Skip to content
Snippets Groups Projects
Verified Commit f6bb5eaa authored by John McDonnell's avatar John McDonnell 3️⃣ Committed by GitLab
Browse files

Merge branch 'e2e_disable_quarantine_doc' into 'master'

Document the DISABLE_QUARANTINE variable

See merge request !181377



Merged-by: John McDonnell's avatarJohn McDonnell <jmcdonnell@gitlab.com>
Approved-by: Adam Cohen's avatarAdam Cohen <acohen@gitlab.com>
Approved-by: John McDonnell's avatarJohn McDonnell <jmcdonnell@gitlab.com>
Co-authored-by: default avatarWill Meek <wmeek@gitlab.com>
parents 04b005c6 c03646c4
No related branches found
No related tags found
2 merge requests!181377Document the DISABLE_QUARANTINE variable,!180727Resolve "Extend job archival mechanism to the whole pipeline"
Pipeline #1669476873 passed
......@@ -143,6 +143,12 @@ Tests can be put in quarantine by assigning `:quarantine` metadata. This means t
bundle exec rspec --tag quarantine
```
Alternatively, the `DISABLE_QUARATINE` variable can be used
```shell
DISABLE_QUARANTINE=true bundle exec bin/qa Test::Instance::All http://localhost:3000
```
### Custom `bin/qa` test runner
`bin/qa` is an additional custom wrapper script that abstracts away some of the more complicated setups that some tests require. This option requires test scenario and test instance's GitLab address to be specified in the command. For example, to run any `Instance` scenario test, the following command can be used:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment