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

Releases: gemini-testing/gemini-core

v7.0.2

09 Sep 08:48

Choose a tag to compare

  • Update uglifyify@3 to uglifyify@5

v7.0.1

08 Sep 21:19

Choose a tag to compare

  • Bump versions of png-img and glob-extra

v6.4.0

03 Mar 11:40

Choose a tag to compare

  • Allow to screenshoot custom area.

v6.3.6

07 Feb 12:23

Choose a tag to compare

  • Support Node 16.
  • Add arm bindings.
  • Fix missing <limits> header-file.

v6.3.2

13 Oct 15:01

Choose a tag to compare

🐛 Bug fixes

Fix incorrect work in internet explorer inside client scripts. It was broken in gemini-core@6.3.0. It turned out that method startsWith is not supported in ie.

v6.3.1

13 Oct 14:31

Choose a tag to compare

🐛 Bug fixes

Add ability to take screenshot if element is out of the bounds

v6.3.0

12 Oct 14:03

Choose a tag to compare

🚀 Improvements

Add ability to work with xpath selectors in browser client scripts, which are used inside hermione when calling assertView command.

🎉 Thanks

@19thFeb for implementation