Releases: gemini-testing/gemini
Releases Β· gemini-testing/gemini
v4.13.0
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
- 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
- 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
- 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
- Second attempt of fixing order of file read events
v4.11.2
- Fixed bug which causes emitting
beforeFileRead
after the file has already been read in GeminiFacade
v4.11.1
Identical to 4.11, published by mistake
v4.11.0
- 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
- Add possibility to modify suite tree for each browser
- Do not use deprecated
q
methods to avoid warnings in console
v4.9.4
- Fixed
Out of the bounds
error (see #543)