Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
bf08d766
Commit
bf08d766
authored
Jan 29, 2021
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add QA docs for running transient bug tests
parent
b32bbb3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
qa/README.md
qa/README.md
+9
-0
No files found.
qa/README.md
View file @
bf08d766
...
@@ -104,6 +104,15 @@ bundle exec bin/qa Test::Instance::All http://localhost:3000 -- qa/specs/feature
...
@@ -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
Note that the separator
`--`
is required; all subsequent options will be
ignored by the QA framework and passed to
`rspec`
.
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
### Overriding the authenticated user
Unless told otherwise, the QA tests will run as the default
`root`
user seeded
Unless told otherwise, the QA tests will run as the default
`root`
user seeded
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment