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
9bae07af
Commit
9bae07af
authored
Jul 11, 2019
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update qa/README.md GDK port
parent
48fa47e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
qa/README.md
qa/README.md
+4
-4
No files found.
qa/README.md
View file @
9bae07af
...
@@ -75,14 +75,14 @@ You can also supply specific tests to run as another parameter. For example, to
...
@@ -75,14 +75,14 @@ You can also supply specific tests to run as another parameter. For example, to
run the repository-related specs, you can execute:
run the repository-related specs, you can execute:
```
```
bundle exec bin/qa Test::Instance::All http://localhost -- qa/specs/features/browser_ui/3_create/repository
bundle exec bin/qa Test::Instance::All http://localhost
:3000
-- qa/specs/features/browser_ui/3_create/repository
```
```
Since the arguments would be passed to
`rspec`
, you could use all
`rspec`
Since the arguments would be passed to
`rspec`
, you could use all
`rspec`
options there. For example, passing
`--backtrace`
and also line number:
options there. For example, passing
`--backtrace`
and also line number:
```
```
bundle exec bin/qa Test::Instance::All http://localhost -- qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:6 --backtrace
bundle exec bin/qa Test::Instance::All http://localhost
:3000
-- qa/specs/features/browser_ui/3_create/merge_request/create_merge_request_spec.rb:6 --backtrace
```
```
Note that the separator
`--`
is required; all subsequent options will be
Note that the separator
`--`
is required; all subsequent options will be
...
@@ -140,7 +140,7 @@ tests that are expected to fail while a fix is in progress (similar to how
...
@@ -140,7 +140,7 @@ tests that are expected to fail while a fix is in progress (similar to how
can be used).
can be used).
```
```
bundle exec bin/qa Test::Instance::All http://localhost -- --tag quarantine
bundle exec bin/qa Test::Instance::All http://localhost
:3000
-- --tag quarantine
```
```
If
`quarantine`
is used with other tags, tests will only be run if they have at
If
`quarantine`
is used with other tags, tests will only be run if they have at
...
@@ -159,7 +159,7 @@ option `--enable-feature FEATURE_FLAG`. For example, to enable the feature flag
...
@@ -159,7 +159,7 @@ option `--enable-feature FEATURE_FLAG`. For example, to enable the feature flag
that enforces Gitaly request limits, you would use the command:
that enforces Gitaly request limits, you would use the command:
```
```
bundle exec bin/qa Test::Instance::All http://localhost --enable-feature gitaly_enforce_requests_limits
bundle exec bin/qa Test::Instance::All http://localhost
:3000
--enable-feature gitaly_enforce_requests_limits
```
```
This will instruct the QA framework to enable the
`gitaly_enforce_requests_limits`
This will instruct the QA framework to enable the
`gitaly_enforce_requests_limits`
...
...
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