Skip to content

v1.5.0

Compare
Choose a tag to compare
@eWert-Online eWert-Online released this 03 Jan 12:12
· 84 commits to master since this release

Features:

  • Add cli option to override parallelism from config file.
    You may now add -p VAL or --parallelism VAL to set a new parallelism for a specific test run.
  • Add functions, which can be used to define a set of actions once and use them in multiple test files. (#5)
  • Add scroll action with which you can scroll either by a given amount of px or to a given selector.
  • Add selectorAll to ignore regions, to ignore all elements found with this selector (not just the first one)

Bugfixes:

  • Clear cookies before every test run
  • Fix an issue with multiple ignore selectors sometimes causing a crash of OSnap

Other:

  • Improve error messages
  • Switch to libspng for io
  • Switch to ml syntax
  • Add support for ARM64 devices (Mac M1)
  • Update chromium to revision 1056772 (108.0.5359.94)

Full Changelog: v1.3.0...v1.5.0