Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gpt
large_projects
gitlabhq1
Commits
53627d63
Commit
53627d63
authored
6 years ago
by
Shinya Maeda
Browse files
Options
Download
Email Patches
Plain Diff
Added multiple test erports
parent
e59dca1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+9
-0
No files found.
doc/ci/yaml/README.md
View file @
53627d63
...
...
@@ -1129,6 +1129,15 @@ rspec:
The collected JUnit report will be persisted in GitLab as well as a general artiafcts (i.e.
`artifacts:paths`
) will.
Without any further configuration, GitLab will automatically parse those reports and surface on UI, such as merge requests.
You can also specify multiple test report paths within a sinlge job. GitLab-runner automatically concatenate those files into a single GunZip file.
```
yaml
rspec
:
artifacts
:
reports
:
junit
:
[
rspec-1.xml
,
rspec-2.xml
,
rspec-3.xml
]
```
## `dependencies`
> Introduced in GitLab 8.6 and GitLab Runner v1.1.1.
...
...
This diff is collapsed.
Click to expand it.
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