csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Automatically build script and CSS assets into HTML reports #104

Closed craigfowler closed 6 years ago

craigfowler commented 7 years ago

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.

craigfowler commented 6 years ago

Blocked on upstream ZPT-Sharp bug.

craigfowler commented 6 years ago

The blocking issue has now been resolved.