Skip to content

Enhancements for the screenshot artifacts subsystem

Compare
Choose a tag to compare
@noomorph noomorph released this 15 Apr 08:18
· 3176 commits to master since this release

Features

#1281 - feat: --take-screenshot manual mode by default


Adds --take-screenshot manual mode, which is used by default from now on.

In manual mode, device.takeScreenshot is enabled as well, but beforeEach.png and afterEach.png screenshots are not being taken.

To have device.takeScreenshot API disabled forcibly, use --take-screenshot none.


Bugfixes

#1276 - fix(android): install APK with a file path that needs escaping