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
|`formats.html.enabled`| boolean | Generate report in html format |`true`|
123
123
|`formats.html.script.embed`| boolean | If true mermaid source will be downloaded and used locally in html |`false`|
124
-
|`formats.html.script.src`| url | Url to mermaid which should be used to generate html report |`https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js`|
124
+
|`formats.html.script.src`| url | Url to mermaid which should be used to generate html report |`https://cdn.jsdelivr.net/npm/mermaid@11.3.0/dist/mermaid.min.js`|
125
125
|`formats.html.script.config.maxTextSize`| int | Limit on the size of text used to generate diagrams |`50000`|
126
126
|`formats.json.enabled`| boolean | Generate report in json format |`true`|
127
127
|`formats.mermaid.enabled`| boolean | Generate report in mermaid text format |`true`|
Copy file name to clipboardExpand all lines: tests-execution-chart-commons/src/main/kotlin/io/github/platan/tests_execution_chart/reporters/html/HtmlConfig.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ data class HtmlConfig(override val enabled: Boolean, override val outputLocation
0 commit comments