Releases: gemini-testing/gemini
Releases · gemini-testing/gemini
v4.13.0
17 Nov 08:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Second attempt of fixing order of file read events
v4.11.2
27 Sep 14:05
Compare
Sorry, something went wrong.
No results found
Fixed bug which causes emitting beforeFileRead after the file has already been read in GeminiFacade
v4.11.1
26 Sep 14:57
Compare
Sorry, something went wrong.
No results found
Identical to 4.11, published by mistake
v4.11.0
23 Sep 10:16
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed Out of the bounds error (see #543 )