Skip to content

Releases: gemini-testing/testplane

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

hermione/v0.6.3

04 May 15:25
Compare
Choose a tag to compare
  • Update webdriver.io version to v4.0.4

hermione/v0.6.2

27 Apr 11:37
Compare
Choose a tag to compare
  • Fixed retrying all suite tests on single test fail

hermione/v0.6.0

30 Mar 13:00
Compare
Choose a tag to compare
  • Supported configuration of specs for certain browsers (see #9).
  • Added option --grep for selecting specific tests (see #15).
  • Improved documentation: translated from Russian to English and updated several sections.
  • Fixed crash when enabling debug mode (see #10).