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

v4.4.0

Compare
Choose a tag to compare
@eGavr eGavr released this 17 Jun 14:09
· 630 commits to master since this release
  • Added option compositeImage which allows to test areas with height larger than viewport one,
    see documentation
    for more details.
  • Capture a viewport instead of a full page for all browsers. ⚠️ Tests in firefox will fail after updating to
    this version if you test areas which bottom bounds are outside of a viewport height.
  • Removed the hack for IE browsers related with two-step movement to (0, 0) on browser reset.
  • Fix: do not fail test if a hidden element was added to method ignoreElements.
  • Fix displaying of retries in HTML report after adding of sessionId in meta-info of HTML reporter.