Releases: gemini-testing/testplane
Releases · gemini-testing/testplane
hermione/v0.20.0
- correct resolving of baseUrl in config
- add option
sessionRequestTimeout
hermione/v0.19.0
- feat: add API for tests reading
hermione/v0.18.2
- fix:
screenshotOnReject
may not be declared in config file
hermione/v0.18.1
- feat: add ability to configure timeout for take screenshot
hermione/v0.18.0
- major: Remove option
screenshotOnReject
- feat: add option sessionQuitTimeout
- fix: more informative error if parsing of a config fails
hermione/v0.17.0
- Add programmatic API. See doc for more details.
hermione/v0.16.0
- Add ability to run specific tests only in specific browsers without marking test as skipped in other browsers. See method only
- Add ability to specify http timeout for requests to Selenium server
hermione/v0.15.4
- Fix: ability to override browser options from config
hermione/v0.15.3
- Added passing of browser identifier to
SESSION_START
andSESSION_END
event handlers - Added eslint code validation tool instead of jshint and jscs
hermione/v0.15.2
- Fixed bug with hermione freezing because of errors in
prepareBrowser
option in config