You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The buildkite annotation context to use. Useful to differentiate multiple runs o
40
40
41
41
Default: `-(.*).xml`
42
42
43
-
The regular expression (with capture group) that matches the job UUID in the junit file names. This is used to create the job links in the annotation.
43
+
The regular expression (with capture group) that matches the job UUID in the junit file names. This is used to create the job links in the annotation.
44
44
45
45
To use this, configure your test reporter to embed the `$BUILDKITE_JOB_ID` environment variable into your junit file names. For example `"junit-buildkite-job-$BUILDKITE_JOB_ID.xml"`.
46
46
@@ -54,7 +54,7 @@ There are two options for this:
54
54
* `file`
55
55
* displays: `MyClass::UnderTest text of the failed expectation in path/to/my_class/under_test.file_ext`
56
56
57
-
### `fail-build-on-error` (optional)
57
+
### `fail-build-on-error` (optional)
58
58
59
59
Default: `false`
60
60
@@ -70,6 +70,12 @@ Exit code of the plugin if the call to `buildkite-agent artifact download` fails
70
70
71
71
Minimum amount of run tests that need to be analyzed or a failure will be reported. It is useful to ensure that tests are actually run and report files to analyze do contain information.
72
72
73
+
### `report-skipped` (optional, boolean)
74
+
75
+
Default: `false`
76
+
77
+
Will add a list of skipped tests at the end of the annotation. Note that even if there are skipped tests, the annotation may not be added unless other options or results of the processing forces it to.
0 commit comments