Is your feature request related to a problem? Please describe.
I'm unable to self-host the reporttemplate.html file and have full support. The report file, when hosted locally still works if I point the test at it, however, none of the highlighting works (i.e. the bootstrap classes are not making onto the tr's) among other things.
Describe the solution you'd like
I would like to be able self-host the reporttemplate.html file and have it function like it does using your github.io pages hosted file.
Describe alternatives you've considered
I have attempted to self host it with just the file system with the outcome noted above. I thought maybe it was due to local javascript not being allowed to run so I hosted it with a local IIS site I have. I also forked your repo, made no changes and then published my own canopy pages in github. Same results.
Is your feature request related to a problem? Please describe. I'm unable to self-host the reporttemplate.html file and have full support. The report file, when hosted locally still works if I point the test at it, however, none of the highlighting works (i.e. the bootstrap classes are not making onto the tr's) among other things.
Describe the solution you'd like I would like to be able self-host the reporttemplate.html file and have it function like it does using your github.io pages hosted file.
Describe alternatives you've considered I have attempted to self host it with just the file system with the outcome noted above. I thought maybe it was due to local javascript not being allowed to run so I hosted it with a local IIS site I have. I also forked your repo, made no changes and then published my own canopy pages in github. Same results.
Additional context What am I missing here?