Skip to content

Releases: playwright-community/eslint-plugin-playwright

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

v0.11.1

23 Aug 12:47
c696c45
Compare
Choose a tag to compare

Fix version in v0.11.0 publish

v0.11.0

23 Aug 12:43
7fa4619
Compare
Choose a tag to compare

New Matchers

Bug fixes

  • Reduce scope of no-conditional-in-test to top level conditionals by @mskelton in #80
  • Fix max-nested-describe README.md url by @JamyGolden in #77

Maintenance

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

23 Jul 14:46
f9528ee
Compare
Choose a tag to compare

What's Changed

  • feat: add new toHaveScreenshot assertion by @ssams in #52
  • Add new "maxNestedDescribe" rule by @ozyx in #57
  • Add new "noConditionalInTest" rule by @ozyx in #59
  • Fix double await by @mskelton in #63

New Contributors

  • @ssams made their first contribution in #52
  • @ozyx made their first contribution in #57

Full Changelog: v0.9.0...v0.10.0