Skip to content

v0.8.0

Choose a tag to compare

@ktsn ktsn released this 17 Sep 03:36
· 429 commits to master since this release

Features

  • snapshot: expose mouse and keyboard helpers in the page context from puppeteer (#560) (428afe3)

    With these helpers, you can emulate more detailed interaction during snapshot process. e.g. triggering :active style.
    See the example code from a test case of the Birdseye snapshot plugin.