Commit 0e9e11f1 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'ml-add-transient-bug-docs' into 'master'

Add QA docs for running transient bug tests

See merge request gitlab-org/gitlab!52849
parents 44f55ba6 bf08d766
......@@ -104,6 +104,15 @@ bundle exec bin/qa Test::Instance::All http://localhost:3000 -- qa/specs/feature
Note that the separator `--` is required; all subsequent options will be
ignored by the QA framework and passed to `rspec`.
#### Running tests for transient bugs
A suite of tests have been written to test for [transient bugs](https://about.gitlab.com/handbook/engineering/quality/issue-triage/#transient-bugs).
Those tests are tagged `:transient` and therefore can be run via:
```shell
bundle exec bin/qa Test::Instance::All http://localhost:3000 -- --tag transient
```
### Overriding the authenticated user
Unless told otherwise, the QA tests will run as the default `root` user seeded
......
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