Skip to content

Releases: mskelton/eslint-plugin-playwright

v2.7.0

18 Feb 15:40
aa5315b

Choose a tag to compare

2.7.0 (2026-02-18)

Features

v2.6.1

18 Feb 15:22
6547702

Choose a tag to compare

2.6.1 (2026-02-18)

Bug Fixes

  • Exclude @typescript-eslint/utils from the bundle (6547702), closes #425

v2.6.0

18 Feb 05:04
c83b13a

Choose a tag to compare

2.6.0 (2026-02-18)

Bug Fixes

  • docs: consistent-spacing-between-blocks name (#421) (f2306ed)
  • valid-title: Ignore variables we can't statically determine (1597555), closes #368

Features

  • Add no-duplicate-slow rule (dac9495), closes #418
  • Add no-restricted-roles rule (#422) (91817bf)
  • Add require-to-pass-timeout rule (e620e87), closes #345
  • Add require-tags rule (c83b13a), closes #401
  • missing-playwright-await: Add support for waitForResponse and other similar functions (960be8a), closes #199

v2.5.1

26 Jan 03:43
611657c

Choose a tag to compare

2.5.1 (2026-01-26)

Bug Fixes

  • no-conditional-in-test: Fix false positive for || (611657c)

v2.5.0

12 Jan 03:39
36917a8

Choose a tag to compare

2.5.0 (2026-01-12)

Bug Fixes

Features

  • Add enforce-consistent-spacing-between-blocks rule (#411) (a9b78d5)
  • Add no-restricted-locators rule (a65200b), closes #407
  • prefer-web-first-assertions: Support allInnerTexts() and allTextContents() (36917a8), closes #362

v2.4.1

09 Jan 15:48
19efc71

Choose a tag to compare

2.4.1 (2026-01-09)

Bug Fixes

  • no-conditional-in-test: allow nullish coalescing operator (2c25b4f), closes #406

v2.4.0

30 Nov 04:36
ca5601d

Choose a tag to compare

2.4.0 (2025-11-30)

Bug Fixes

  • missing-playwright-await: prevent infinite recursion in checkValidity (9ce346d)

Features

  • expect-expect: Support regex patterns (#390) (fdd0253)

v2.3.0

31 Oct 23:02
c0937d7

Choose a tag to compare

2.3.0 (2025-10-31)

Bug Fixes

Features

v2.2.2

30 Jul 22:08
38a559e

Choose a tag to compare

2.2.2 (2025-07-30)

Bug Fixes

  • prefer-web-first-assertions: Fix false positive (#384) (38a559e)
  • valid-test-tags: disallow extra properties in rule options and add to recommended (#381) (4762bbd)

v2.2.1

28 Jul 03:55
45af975

Choose a tag to compare

2.2.1 (2025-07-28)

Features

  • Support addInitScript in no-unsafe-references
  • Add toContainClass method
  • Add valid-test-tags rule
  • Add no-wait-for-navigation rule

Bug Fixes

  • clean published package.json (#371) (b8401e5), closes #360
  • no-conditional-in-test does not trigger for conditionals in test metadata (fixes #363) (#372) (12b0832)
  • Remove no-slowed-test from recommended list (#348) (6baec3a)
  • Support non-awaited expressions in prefer-web-first-assertions
  • Allow valid locators declared as variables
  • Fix false positive when using allowConditional