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

Releases: gemini-testing/gemini

v4.13.0

17 Nov 08:33
Compare
Choose a tag to compare

4.13.0 (2016-10-19)

Features

  • cli: Add command 'list' to show list of browsers or sets from config (b5e4b4a)
  • Implement readRawConfig static API method (b269b0b)

4.12.2

11 Oct 10:07
Compare
Choose a tag to compare
  • Fix startRunner and endRunner to correctly wait for promises, returned
    from plugins.
  • Various fixes related to bluebird migration. All "is not a function" errors
    now should be gone.
  • Fix assignment to const error in html report.

4.12.1

11 Oct 10:06
Compare
Choose a tag to compare
4.12.1 Pre-release
Pre-release
  • Restore 4.10 plugin loading order β€” plugins now loaded before any tests files
    are read.
  • Internal promises library changed bluebird. This should make gemini a little
    bit faster.

v4.12.0

05 Oct 11:19
Compare
Choose a tag to compare
v4.12.0 Pre-release
Pre-release
  • Added the ability to specify exclude paths in which the gemini tests will not be searched, see documentation
  • Fixed bug which causes skip errors which might be occur in listeners of START_RUNNER and END_RUNNER events

4.11.3

29 Sep 14:10
Compare
Choose a tag to compare
  • Second attempt of fixing order of file read events

v4.11.2

27 Sep 14:05
Compare
Choose a tag to compare
  • Fixed bug which causes emitting beforeFileRead after the file has already been read in GeminiFacade

v4.11.1

26 Sep 14:57
Compare
Choose a tag to compare

Identical to 4.11, published by mistake

v4.11.0

23 Sep 10:16
Compare
Choose a tag to compare
  • Do not delay retry failed tests until all tests finish. Retry ASAP
  • Added events field for gemini instance in plugins, see documentation for more details.
  • Updated Quick start section in documentation

v4.10.0

20 Sep 14:04
Compare
Choose a tag to compare
  • Add possibility to modify suite tree for each browser
  • Do not use deprecated q methods to avoid warnings in console

v4.9.4

13 Sep 15:14
Compare
Choose a tag to compare
  • Fixed Out of the bounds error (see #543)