We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82531db commit 868681bCopy full SHA for 868681b
docs/configuration.md
@@ -203,6 +203,22 @@ BASHUNIT_SHOW_EXECUTION_TIME=false
203
```
204
:::
205
206
+## Output format
207
+
208
+> `BASHUNIT_OUTPUT_FORMAT=tap`
209
210
+Select an alternative output format. Currently supported: `tap` for
211
+[TAP version 13](https://testanything.org/tap-version-13-specification.html),
212
+useful for CI/CD integrations.
213
214
+Similar as using `--output` option on the [command line](/command-line#output-format).
215
216
+::: code-group
217
+```bash [.env]
218
+BASHUNIT_OUTPUT_FORMAT=tap
219
+```
220
+:::
221
222
## Log JUnit
223
224
> `BASHUNIT_LOG_JUNIT=file`
0 commit comments