Releases: mskelton/eslint-plugin-playwright
Releases · mskelton/eslint-plugin-playwright
v0.22.2
03 Feb 14:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.22.1 (2024-01-18)
Bug Fixes
Remove accidental console log (11ac823 )
v0.22.0
18 Jan 02:28
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
0.18.0 (2023-10-22)
Bug Fixes
Features
Add allowConditional
option to no-skipped-test
(#174 ) (34b3f7b )
v0.17.0
16 Oct 22:33
Compare
Sorry, something went wrong.
No results found
v0.16.0
27 Aug 13:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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