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

Releases: gemini-testing/gemini

4.9.2

09 Sep 14:28
Compare
Choose a tag to compare
  • Updated third party libraries, so Array.prototype methods won't be overwritten
    anymore

v4.9.1

05 Sep 14:27
Compare
Choose a tag to compare
  • Fixed abort of the broken session on test error
  • Fixed incorrect creation of set with empty files
  • Updated version of glob-extra

v4.9.0

01 Sep 12:11
Compare
Choose a tag to compare
  • Close browser session after error in a test
  • Set left button as default for mouse button actions
  • Fixed wrong validation of grep option from cli

v4.8.0

30 Aug 14:54
Compare
Choose a tag to compare
  • Fixed bug which causes Cannot find files by mask gemini error if sets in config are not specified
  • Fixed bug which causes /null url in meta-info
  • Displaying the number of updated images via command gemini update in flat reporter

4.7.2

26 Aug 12:11
Compare
Choose a tag to compare
  • Correctly display the images in the html report in case suite names contain non-urlsafe characters.

4.7.1

26 Aug 12:11
Compare
Choose a tag to compare
  • Fixed critical bug which causes failing of browser requests

4.7.0

25 Aug 12:02
Compare
Choose a tag to compare
  • beforeFileRead and afterFileRead API events were added. This allows plugins to be notified
    when gemini is about to read a test file and when it was read
  • CAPTURE and END_TEST events were declared as deprecated. UPDATE_RESULT and TEST_RESULT events should be used instead of them respectively
  • Added the ability to see in flat reporter which states were really updated via gemini update command
  • Added sessionQuitTimeout option which allows to change timeout for session termination
  • Disallowed usage of empty names for suites
  • Added nodejs@6.x support

4.6.0

11 Aug 15:39
Compare
Choose a tag to compare
  • Added GEMINI_SKIP_BROWSERS environment variable support
  • Added the ability to log config for each browser using DEBUG=gemini:config environment variable
  • Fix: escape special symbols in HTML report
  • Fix: correct displaying of test url in meta-info of an HTML report

v4.5.0

05 Aug 08:53
Compare
Choose a tag to compare
  • Retry only failed states on fail instead of all states of the suite
  • Add ability to set file masks for test paths in a sets option
  • Add ability to implement custom source path resolving for CSS files in coverage
  • Fix: keep original stack when cloning error

v4.4.4

27 Jul 08:38
Compare
Choose a tag to compare
  • Revert code changes made for version 4.4.3