Skip to content

Releases: playwright-community/eslint-plugin-playwright

v0.22.1

18 Jan 13:03
11ac823
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

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