Skip to content

Releases: mskelton/eslint-plugin-playwright

v0.22.2

03 Feb 14:31
510e71c

Choose a tag to compare

0.22.2 (2024-02-03)

Bug Fixes

  • Add toPass to missing-playwright-await test matchers (#206) (3a8f674)
  • Fix prefer-to-have-count false positive (510e71c), closes #207
  • Use checked property of toBeChecked when it is not a boolean literal (3563148), closes #205

v0.22.1

18 Jan 13:03
11ac823

Choose a tag to compare

0.22.1 (2024-01-18)

Bug Fixes

  • Remove accidental console log (11ac823)

v0.22.0

18 Jan 02:28
47249ce

Choose a tag to compare

0.22.0 (2024-01-18)

Bug Fixes

  • Ignore expect without assertion in missing-playwright-await (#201) (47249ce)

Features

v0.21.0

02 Jan 02:17
f2aa1ec

Choose a tag to compare

0.21.0 (2024-01-02)

Bug Fixes

  • Fix more edge cases with missing-playwright-await (#190) (f2aa1ec)

Features

  • Add allowed option for no-raw-locators (#189) (ae52f21)

v0.20.0

11 Dec 16:18
5bc9a33

Choose a tag to compare

0.20.0 (2023-12-11)

Bug Fixes

Features

  • Add missed assertions to the 'missing-playwright-await' rule (#181) (b54e7df)

v0.19.0

30 Nov 14:32
0419585

Choose a tag to compare

0.19.0 (2023-11-30)

Bug Fixes

  • Support older ESLint versions that don't support context.sourceCode (#180) (0419585)

Features

v0.18.0

22 Oct 22:05
34b3f7b

Choose a tag to compare

0.18.0 (2023-10-22)

Bug Fixes

  • Check class methods in expect-expect (#172) (e11113e)

Features

  • Add allowConditional option to no-skipped-test (#174) (34b3f7b)

v0.17.0

16 Oct 22:33
01bd627

Choose a tag to compare

0.17.0 (2023-10-16)

Features

  • Support Flat config (#169)
  • Add prefer-to-have-count rule (#165) (82a518a)

v0.16.0

27 Aug 13:57
81d7f54

Choose a tag to compare

0.16.0 (2023-08-27)

Features

  • Add no-raw-locators rule (#160) (81d7f54)
  • Allow additional assert function names with expect-expect (#155) (b00c3e3)

v0.15.3

04 Jul 18:30
f3cfc99

Choose a tag to compare

0.15.3 (2023-07-04)

Bug Fixes

  • Only support ...Expect as a variation to expect. This prevents false negatives such as expectSomethingToBe() but still will catch softExpect() type variants. (ec35829), closes #153