You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CucumberHtmlStream takes 2 constructor arguments, for the paths to the CSS and JS to be inlined in the HTML. It's right that these can be customised, but they should default to the built-in CSS and JS that the package provides, rather than consumers having to know where they are and resolve the paths themselves.
In other words, I should be able to do:
conststream=newCucumberHtmlStream()
and have that include the default CSS and JS.
The text was updated successfully, but these errors were encountered:
Currently
CucumberHtmlStream
takes 2 constructor arguments, for the paths to the CSS and JS to be inlined in the HTML. It's right that these can be customised, but they should default to the built-in CSS and JS that the package provides, rather than consumers having to know where they are and resolve the paths themselves.In other words, I should be able to do:
and have that include the default CSS and JS.
The text was updated successfully, but these errors were encountered: