File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ Running tests/functional/logic_test.sh
6161SIMPLE_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
8081Additionally, 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 >
157170import pkg from ' ../package.json'
158171</script >
You can’t perform that action at this time.
0 commit comments