Add a stats summary table below the self-hosted SeleniumBase Dashboard
Sometimes due to a restrictive content security policy on build servers such as Jenkins, the Dashboard Pie Chart won't render.
Although that setting can be changed from Manage Jenkins --> Script Console by running:
System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", "") ,
sometimes people don't have the permissions to change that.
Having a stats summary table could get around that issue because tables will still be displayed (even if styling is not).
The final result with a visible pie chart may look something like this:

Add a stats summary table below the self-hosted SeleniumBase Dashboard
Sometimes due to a restrictive content security policy on build servers such as Jenkins, the Dashboard Pie Chart won't render.
Although that setting can be changed from
Manage Jenkins-->Script Consoleby running:System.setProperty("hudson.model.DirectoryBrowserSupport.CSP", ""),sometimes people don't have the permissions to change that.
Having a stats summary table could get around that issue because tables will still be displayed (even if styling is not).
The final result with a visible pie chart may look something like this: