- Bumped puppeteer to 7.1.0
- Bumped is-svg
- Folder with report now will include protocol, any dots will be replaced with __ to avoid confusion for https://drag13.io/index.html
- Config file was changed to support individual setup for the page. Property url is no longer supported, please use property page for that:
"page": [{"url": "http://drag13.io"}]
IReporter
interface was changed to return string as a result. Saving the result is out of scope for reporters for now.
- Added possibility to run scripts after page was loaded
- Updated logs