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

Choose a tag to compare

@KuznetsovRoman KuznetsovRoman released this 09 Sep 08:48
  • Update uglifyify@3 to uglifyify@5

v7.0.1

Choose a tag to compare

@OldSkyTree OldSkyTree released this 08 Sep 21:19
  • Bump versions of png-img and glob-extra

v6.4.0

Choose a tag to compare

@OldSkyTree OldSkyTree released this 03 Mar 11:40
  • Allow to screenshoot custom area.

v6.3.6

Choose a tag to compare

@xrsd xrsd released this 07 Feb 12:23
  • Support Node 16.
  • Add arm bindings.
  • Fix missing <limits> header-file.

v6.3.2

Choose a tag to compare

@DudaGod DudaGod released this 13 Oct 15:01

🐛 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

Choose a tag to compare

@rostik404 rostik404 released this 13 Oct 14:31

🐛 Bug fixes

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

v6.3.0

Choose a tag to compare

@DudaGod DudaGod released this 12 Oct 14:03

🚀 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