It was originally intended that the HTML reports from Screenplay would be built automatically with their JavaScript and CSS assets 'baked into' the HTML document in order to produce a stand-alone web page.
Because of a bug in ZPT-Sharp this has not been possible. Instead the assets have been manually copied into the HTML source. Additionally, jQuery has been included from a CDN source.
Once that issue is fixed, this should be reinstated. The aim is that the created page will be completely stand-alone (without requiring any external files or assets from a CDN). The building of that HTML from the separate source files should occur automatically via ZPT, and should not involve the developer needing to manually copy changes from one file to another.
It was originally intended that the HTML reports from Screenplay would be built automatically with their JavaScript and CSS assets 'baked into' the HTML document in order to produce a stand-alone web page.
Because of a bug in ZPT-Sharp this has not been possible. Instead the assets have been manually copied into the HTML source. Additionally, jQuery has been included from a CDN source.
Once that issue is fixed, this should be reinstated. The aim is that the created page will be completely stand-alone (without requiring any external files or assets from a CDN). The building of that HTML from the separate source files should occur automatically via ZPT, and should not involve the developer needing to manually copy changes from one file to another.