This repository has been 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--coverage
CLI flag orcoverage: true
in
config (@scf2k). - Add ability to override
gridUrl
,rootUrl
,screenshotsDir
,
debug
config options by their respective CLI options or
environment variables (@arikon). - Add config option
windowSize
to specify default
size of the browser windows (@scf2k). - Add action
setWindowSize
to specify browser
window size during the tests (@scf2k).