Releases: gemini-testing/testplane
Releases · gemini-testing/testplane
hermione/v0.15.2
- Fixed bug with hermione freezing because of errors in
prepareBrowser
option in config
hermione/v0.15.0
- Throw an error if tests have the same title
hermione/v0.14.0
- Added configparser which is intended to verify configuration file and provides an opportunity to override config values through cli and environment variables
- Show fallen tests at the end of the reporter
- Added file path to the fallen tests at the end of the reporter
- Show correct errors which might be occur by connecting plugins
- Fixed bug with double slashes in meta url
hermione/v0.13.0
- Show tests in reports if they were skipped by the HERMIONE_SKIP_BROWSERS
environment variable - Fixed files read error, when files in specs were specified as string.
hermione/v0.12.0
- Added passing of execution context to a browser instance in tests (see the documentation for more details)
- Added
SESSION_START
andSESSION_END
events - Fix: do not launch browsers for skipped tests
hermione/v0.11.0
- Added capability to run tests matched by masks
hermione/v0.9.0
- Added event
SUITE_FAIL
which is emitted instead of eventERROR
whenbefore all
hook fails.
hermione/v0.8.1
- Added environment variable HERMIONE_SKIP_BROWSERS.
hermione/v0.8.0
- Update webdriver.io to 4.1.0
- Decrease default waitTimeout value to 1000 ms
hermione/v0.7.0
- Added skip API
- Dropped supporting of node < 4.x