Skip to content

Commit 29799dd

Browse files
committed
docs: add logger and report to Configuration
1 parent edee40f commit 29799dd

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/configuration.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Running tests/functional/logic_test.sh
6161
SIMPLE_OUTPUT=false
6262
```
6363
:::
64+
6465
## Stop on failure
6566

6667
> `STOP_ON_FAILURE=true|false`
@@ -75,7 +76,7 @@ Similar as using `-S|--stop-on-failure` option on the [command line](/command-li
7576
>
7677
> `HEADER_ASCII_ART=true|false`
7778
78-
Specifies if you want to show the bashunit header. `true` by default.
79+
Specify if you want to show the bashunit header. `true` by default.
7980

8081
Additionally, you can use the env-var `HEADER_ASCII_ART` to display bashunit in ASCII. `false` by default.
8182

@@ -153,6 +154,18 @@ SHOW_EXECUTION_TIMER=false
153154
```
154155
:::
155156

157+
## Log JUnit
158+
159+
> `LOG_JUNIT=log-junit.xml`
160+
161+
Create a report XML file that follows the JUnit XML format and contains information about the test results of your bashunit tests.
162+
163+
## Report HTML
164+
165+
> `REPORT_HTML=report.html`
166+
167+
Create a report HTML file that contains information about the test results of your bashunit tests.
168+
156169
<script setup>
157170
import pkg from '../package.json'
158171
</script>

0 commit comments

Comments
 (0)