Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

0.7.0

Compare
Choose a tag to compare
@SevInf SevInf released this 15 Sep 12:07
· 1384 commits to master since this release
  • 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 or coverage: 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).