Skip to content

Releases: testing-library/webdriverio-testing-library

v3.0.0

12 Jun 00:37
5b6cd61
Compare
Choose a tag to compare

3.0.0 (2021-06-12)

Bug Fixes

  • expected getBy query errors being logged (6f67a7a)

BREAKING CHANGES

  • The errors thrown by getBy queries will have slightly
    different messages as they are no longer being processed directly by
    WebdriverIO. This may cause tests that assert against the error message
    to fail after this fix.

v2.1.2

12 Jun 00:30
07070a1
Compare
Choose a tag to compare

2.1.2 (2021-06-12)

Bug Fixes

  • stale element refetching (e32c218)

v2.1.1

23 May 12:11
38da772
Compare
Choose a tag to compare

2.1.1 (2021-05-23)

Bug Fixes

  • executing queries without chromedriver (#9) (38da772)

v2.1.0

20 Apr 18:19
Compare
Choose a tag to compare

2.1.0 (2021-04-20)

Features

v2.1.0-prerelease.1

20 Apr 13:51
Compare
Choose a tag to compare
v2.1.0-prerelease.1 Pre-release
Pre-release

2.1.0-prerelease.1 (2021-04-20)

Features

v2.0.0

16 Mar 23:34
Compare
Choose a tag to compare

2.0.0 (2021-03-16)

Bug Fixes

  • typescript sync mode compilation (fbe3663)

BREAKING CHANGES

  • users will now need to include WebdriverIO types in
    their tsconfig.json in order to hydrate the WebdriverIO.Element type.

In order to verify the lib compiles for both async and sync mode
projects the test folder has been reorganised into two sets of tests:
those that use async mode and those that use sync mode. To achieve this
a tsconfig is included in each directory that includes the corresponding
WebdriverIO types for their mode. In order to verify each test mode
compiles correctly typecheck npm scripts have been added and are used
in the validate script.

v1.3.0

15 Mar 22:24
Compare
Choose a tag to compare

1.3.0 (2021-03-15)

Features

  • support additional configure options (539a4e2)

v1.2.0

18 Feb 22:53
Compare
Choose a tag to compare

1.2.0 (2021-02-18)

Features

  • try to release new package again :| (a9d17b0)

v1.1.3

08 Feb 19:08
Compare
Choose a tag to compare

1.1.3 (2021-02-08)

Bug Fixes

  • using regular expressions in options argument (92cceaa)

Performance Improvements

  • only inject DOM Testing Library if necessary (72c174d)

v1.1.2

21 Jan 13:38
Compare
Choose a tag to compare

1.1.2 (2021-01-21)

Bug Fixes

  • prevent stale session and element references (993f019)