Skip to content

Commit 868681b

Browse files
committed
docs(config): document BASHUNIT_OUTPUT_FORMAT for TAP
1 parent 82531db commit 868681b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/configuration.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,22 @@ BASHUNIT_SHOW_EXECUTION_TIME=false
203203
```
204204
:::
205205

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+
206222
## Log JUnit
207223

208224
> `BASHUNIT_LOG_JUNIT=file`

0 commit comments

Comments
 (0)