Releases: gemini-testing/testplane
Releases · gemini-testing/testplane
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
hermione/v0.6.3
- Update webdriver.io version to v4.0.4
hermione/v0.6.2
- Fixed retrying all suite tests on single test fail