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
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,15 +12,15 @@ These are all the options available to configure this plugin's behaviour.
12
12
13
13
One or more patterns of files to upload to Test Analytics, relative to the root of the searching path (`./` by default). May contain `*` to match any number of characters of any type (unlike shell expansions, it will match `/` and `.` if necessary). Can be either a single pattern in a string or any number of them in an array.
14
14
15
-
#### `format`(string)
15
+
#### `format`(string)
16
16
17
17
Format of the file.
18
18
19
19
Only the following values are allowed: `junit`, `json`
20
20
21
21
### Optional
22
22
23
-
#### `api-token-env-name`(string)
23
+
#### `api-token-env-name`(string)
24
24
25
25
Name of the environment variable that contains the Test Analytics API token.
26
26
@@ -45,7 +45,7 @@ For example:
45
45
46
46
Important: you may have to be careful to escape special characters like `$` during pipeline upload
47
47
48
-
#### `debug`(boolean)
48
+
#### `debug`(boolean)
49
49
50
50
Print debug information to the build output.
51
51
@@ -78,7 +78,19 @@ This should allow you to use a special exit code to soft-fail on when no files t
78
78
79
79
Default value: `1`
80
80
81
-
#### `timeout`(number)
81
+
#### `tags` (array of strings)
82
+
83
+
A list of tags to apply to all test results in the upload, in the format `key=value`.
84
+
85
+
For example:
86
+
87
+
```yaml
88
+
tags:
89
+
- "arch=arm64"
90
+
- "language.version=1.2.3"
91
+
```
92
+
93
+
#### `timeout` (number)
82
94
83
95
Maximum number of seconds to wait for each file to upload before timing out.
0 commit comments