From 7a939c7d616af66d5b12038bc97432123d9eab7e Mon Sep 17 00:00:00 2001 From: Marcin Mielnicki Date: Thu, 2 Feb 2023 21:12:45 +0100 Subject: [PATCH] Troubleshooting section added --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 18a4afb..5c32a6b 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ createTestsExecutionReport { } ``` +# Troubleshooting + +> I see `Maximum text size in diagram exceeded` in an HTML report instead of a chart. + +Mermaid has limit of maximum allowed size of the text diagram. Default value of this size is 50000. This can be overridden using `formats.html.script.config.maxTextSize` option. + # Development You can publish plugin locally: