This repository was archived by the owner on Sep 21, 2022. It is now read-only.
0.7.0
- Show meaningful error when capture area origin
does not fit to full-page screenshot. This change
can break some of your tests (@scf2k). - Add experimental CSS-coverage report. Enable
with--coverageCLI flag orcoverage: truein
config (@scf2k). - Add ability to override
gridUrl,rootUrl,screenshotsDir,
debugconfig options by their respective CLI options or
environment variables (@arikon). - Add config option
windowSizeto specify default
size of the browser windows (@scf2k). - Add action
setWindowSizeto specify browser
window size during the tests (@scf2k).