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

Releases: gemini-testing/gemini

v1.1.4

27 Nov 11:51
Compare
Choose a tag to compare
  • Fix: in LimitedPool next browser request will be triggered if failed to receive browser from underlying pool (@SwinX)

v1.1.3

25 Nov 10:24
Compare
Choose a tag to compare
  • Implemented TestCounter class for reporters (@SwinX)
  • Fixed undefined session id in vflat reporter (@SwinX)
  • Immediately quit browser if failed to create it (@SwinX)

v1.1.2

20 Nov 14:06
Compare
Choose a tag to compare
  • Fix: wrong initial-scale meta data (@sipayRT)
  • Fix: build crashed on 'gather' command (@SwinX)

v1.1.1

18 Nov 14:50
Compare
Choose a tag to compare
  • Fix: html reporter correctly handles error event if no data about state passed

v1.1.0

18 Nov 09:51
Compare
Choose a tag to compare
  • Implemented suite retry on compare diff and critical errors (@SwinX)
  • Only maximize PhantomJS browser if windowSize is not configured (@davidchin)
  • Allow tests to skip by browser id (@davidchin)
  • Do not fail tests on error from grid-side (@sipayRT)
  • Fix: run 'afterHook' if some state failed (@j0tunn)
  • Fix: run 'postActions' if state or 'afterHook' failed (@j0tunn)
  • Fix: free browser after cancel (@j0tunn)
  • Fix: keep original error if 'afterHook' or 'postActions' failed (@j0tunn)

v1.0.6

06 Nov 16:36
Compare
Choose a tag to compare
  • Show error message + whole page screenshot on test fail (@sipayRT)
  • Fix: clean browsers pool after finalization (@SwinX)
  • Fix: check for global window variable on client-side (@eroshinev)

v1.0.5

03 Nov 16:12
Compare
Choose a tag to compare
  • Do not fail tests if browsers specified from env does not exists in config (@sipayRT)

v1.0.4

13 Oct 13:55
Compare
Choose a tag to compare
  • Fix counting of skipped test by flat reporter (@sipayRT)
  • Pass sessionId on events for correctly TC work (@sipayRT)

v1.0.3

12 Oct 14:40
Compare
Choose a tag to compare
  • Fix: return correct exit code on test failing

v1.0.2

12 Oct 13:19
Compare
Choose a tag to compare
  • Fix handling of END_RUNNER event (@sipayRT)