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
You can solve this issue in two easy ways, add module similar to screenshot that only stores HTML output or extend the screenshot module. Both of them should require a configuration setting to enable this feature.
However I would prefer a third option: creating a new browser module called state which includes the screenshot/html features (screenshot module can be removed)
This state module would be responsible for writing all types of information:
HTML
Screenshot
Other information like OS/Browser
Depending on configuration flags it would write the requested output.
The easy options would either require some ugly code duplication (filename) or combine features that could be useful by itself (maybe someone doesn't want screenshots only html).
In many cases this can help making debugging easier and adding this feature shouldn't be too much work.
I was thinking to give the HTML file the same name as the screenshot. Possibly this could also be linked in Calliope.
The text was updated successfully, but these errors were encountered: