Skip to content

Releases: mskelton/eslint-plugin-playwright

v0.15.2

27 Jun 12:38
73e4d06
Compare
Choose a tag to compare

0.15.2 (2023-06-27)

Bug Fixes

  • Fix false positive for expect-expect when using test.step (e7b108d), closes #149
  • Support custom expect objects created with expect.configure (73e4d06), closes #150

v0.15.1

21 Jun 12:48
c4c5733
Compare
Choose a tag to compare

0.15.1 (2023-06-21)

Bug Fixes

  • Fewer false negatives for no-useless-await (79d8c7d)

v0.15.0

19 Jun 22:15
c484b35
Compare
Choose a tag to compare

0.15.0 (2023-06-19)

Features

v0.14.3

19 Jun 13:31
d0b98b6
Compare
Choose a tag to compare

Fix publish

v0.14.2

19 Jun 13:22
e109b40
Compare
Choose a tag to compare

Fix publish

v0.14.1

19 Jun 13:18
38e9582
Compare
Choose a tag to compare

What's Changed

  • Fix a bug with no-networkidle that was breaking when no argument was passed to waitForLoadState

Full Changelog: v0.14.0...v0.14.1

v0.14.0

18 Jun 22:29
c6cbb76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.14.0

v0.13.0

18 Jun 14:22
79cfd6c
Compare
Choose a tag to compare

Features

  • Add prefer-web-first-assertions rule by @mskelton in #129
  • Add recommended config to replace the playwright-test config. The existing playwright-test config will be removed in v1.

Bug fixes

  • Identify custom page objects in rules by @mskelton in #132
  • Fix require-soft-assertions rule name and link in README.md. by @maxime-bc in #120

New Contributors

Full Changelog: v0.12.0...v0.13.0

v0.12.0

17 Jan 19:24
Compare
Choose a tag to compare

This release introduces three new rules as well as a major improvement to the location of errors. Previously, many rules would attach errors to portions of the code that were not as relevant to the error. This has been improved as well as support for this.page to make it easier when linting in page objects.

What's New

Fixes & Maintenance

Dependencies

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

23 Sep 11:34
80dd015
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2