Skip to content

Releases: testing-library/playwright-testing-library

v4.0.0-beta.7

04 Oct 20:56
4329ce4
Compare
Choose a tag to compare
v4.0.0-beta.7 Pre-release
Pre-release

4.0.0-beta.7 (2021-10-04)

Features

  • add support for @playwright/test via fixture (67ce461)

BREAKING CHANGES

  • Removes support for extending Playwright prototypes (/extend entrypoint)
  • Only Playwright 1.12+ is officially supported going forward

Co-authored-by: Zacharias Björngren [email protected]

v3.0.1

01 Oct 18:27
d4abf4d
Compare
Choose a tag to compare

3.0.1 (2021-10-01)

Bug Fixes

  • deps: bump path-parse from 1.0.6 to 1.0.7 (#279) (7a3d1a5)
  • deps: bump tmpl from 1.0.4 to 1.0.5 (#298) (d4abf4d)

v3.0.0

23 May 01:20
Compare
Choose a tag to compare

3.0.0 (2021-05-23)

Features

  • update Node compatibility to match Playwright 1.11 (5c4bf62)

BREAKING CHANGES

  • drop support for Node 10

v2.7.2

09 Mar 23:57
Compare
Choose a tag to compare

2.7.2 (2021-03-09)

Bug Fixes

  • allow async callbacks in waitFor (use type from wait-for-expect) (b98d015)

v2.7.1

06 Mar 00:15
Compare
Choose a tag to compare

2.7.1 (2021-03-06)

Bug Fixes

  • strip any Playwright-related prefix from element errors (532e25b)

v2.7.0

07 Oct 01:07
Compare
Choose a tag to compare

2.7.0 (2020-10-07)

Features

  • deps: add support for Playwright 1.4+ (d4333eb)

v2.6.0

01 Sep 23:11
Compare
Choose a tag to compare

2.6.0 (2020-09-01)

Bug Fixes

  • modify role options types to match upgraded @testing-library/dom (bcf4936)

Features

  • enable nested RegExp options (bf3968f)

v2.5.0

18 Aug 23:34
Compare
Choose a tag to compare

2.5.0 (2020-08-18)

Features

  • deps: upgrade @testing-libarry/dom to 7.22.2 (77bcb3e)
  • add find* queries (testing-library/pptr-testing-library#44) (68301a0)

v2.4.0

14 Aug 22:23
7c16edb
Compare
Choose a tag to compare

2.4.0 (2020-08-14)

Features

  • deps: upgrade @testing-library/dom to 7.22.2 (7c16edb)

v2.3.0

14 Aug 22:13
Compare
Choose a tag to compare

2.3.0 (2020-08-14)

Features

  • also expose waitFor (c19117d)
  • export configure function with data-testid override (#39) (2cf56dd)