Skip to content

Releases: gemini-testing/testplane

hermione/v0.15.2

10 Apr 12:12
Compare
Choose a tag to compare
  • Fixed bug with hermione freezing because of errors in prepareBrowser option in config

hermione/v0.15.0

10 Apr 12:12
Compare
Choose a tag to compare
  • Throw an error if tests have the same title

hermione/v0.14.0

10 Apr 12:11
Compare
Choose a tag to compare
  • 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

10 Apr 12:11
Compare
Choose a tag to compare
  • 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

10 Apr 12:11
Compare
Choose a tag to compare
  • Added passing of execution context to a browser instance in tests (see the documentation for more details)
  • Added SESSION_START and SESSION_END events
  • Fix: do not launch browsers for skipped tests

hermione/v0.11.0

10 Apr 12:10
Compare
Choose a tag to compare
  • Added capability to run tests matched by masks

hermione/v0.9.0

12 Jul 10:56
Compare
Choose a tag to compare
  • Added event SUITE_FAIL which is emitted instead of event ERROR when before all hook fails.

hermione/v0.8.1

04 Jul 17:17
Compare
Choose a tag to compare

hermione/v0.8.0

30 Jun 12:22
Compare
Choose a tag to compare
  • Update webdriver.io to 4.1.0
  • Decrease default waitTimeout value to 1000 ms

hermione/v0.7.0

12 May 15:13
Compare
Choose a tag to compare
  • Added skip API
  • Dropped supporting of node < 4.x