issues
search
playwright-community
/
eslint-plugin-playwright
ESLint plugin for Playwright
https://www.npmjs.com/package/eslint-plugin-playwright
MIT License
281
stars
39
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
chore(deps): Bump cross-spawn from 7.0.3 to 7.0.5
#333
dependabot[bot]
opened
2 days ago
0
chore(deps): Bump @eslint/plugin-kit from 0.2.1 to 0.2.3
#332
dependabot[bot]
closed
2 days ago
0
chore: Convert internal build to ESM
#331
mskelton
closed
1 week ago
1
Types are wrong
#330
haines
closed
1 week ago
4
fix: upgrade eslint-plugin-playwright from 0.9.0 to 0.22.2
#329
organich
closed
2 weeks ago
0
feat!: Remove jest-playwright configs
#327
mskelton
closed
3 weeks ago
0
fix: Fix types for flat config
#326
mskelton
closed
3 weeks ago
1
[request] playwright/valid-title - option to disable duplicatePrefix rule
#325
dylang
closed
3 weeks ago
5
fix readme incorrectly stating that the rule `max-expects` is recommended
#324
CloudNStoyan
closed
3 weeks ago
1
await expect - new false positive in 1.8.0
#323
dylang
closed
3 weeks ago
2
Update `parseFnCall` to support page methods
#322
mskelton
opened
4 weeks ago
0
ignoreTypeOfStepName dont work with ignoreTypeOfStepName
#321
mrozwat
closed
1 month ago
3
playwright/valid-title doesn't allow string variables
#320
ImaBadSlime
closed
4 weeks ago
1
no-standalone-expect rule triggered when calling assertions in expect.extend blocks for custom matchers
#319
nickhall
closed
1 month ago
2
chore(deps-dev): Bump rollup from 4.21.3 to 4.22.4
#318
dependabot[bot]
closed
1 month ago
1
chore(deps-dev): Bump vite from 5.2.8 to 5.4.6
#317
dependabot[bot]
closed
1 month ago
1
Ability to further extend expect-expect to match any function/method name
#316
GrayedFox
opened
2 months ago
5
feat(prefer-locator): Add rule to suggest not using page methods
#315
carlbray
closed
1 month ago
4
Lint rules not working since v1.6.0
#314
ricofairsailcom
closed
2 months ago
0
chore(deps): Bump micromatch from 4.0.5 to 4.0.8
#313
dependabot[bot]
closed
2 months ago
1
Incorrect validTitle error flag
#312
toduyemi
closed
2 months ago
4
playwright/missing-playwright-await error on already awaited poll
#311
ValorHeart
closed
2 months ago
1
Check if page methods are missing await (`missing-playwright-await`)
#310
camchenry
opened
3 months ago
0
Apply title rules to test.step
#309
Albinutte
closed
2 months ago
2
Add rule to suggest using built-in locators (`prefer-native-locators`)
#308
camchenry
closed
2 months ago
3
Catch more invalid usages for `prefer-to-have-count`
#307
mskelton
closed
2 months ago
1
Add rule to remove useless awaits used with expect
#306
rafiazman
closed
4 weeks ago
3
feat: add a rule to enforce closing the context
#305
valex91
closed
3 months ago
1
Improve expect parsing
#304
mskelton
closed
4 months ago
1
chore(deps): Bump braces from 3.0.2 to 3.0.3
#303
dependabot[bot]
closed
4 months ago
1
No slow tests
#302
mskelton
closed
4 months ago
0
Drop support for jest-playwright
#301
mskelton
closed
3 weeks ago
0
no-conditional-expect warns when using extended matchers in a condtional
#300
jmoses
closed
4 months ago
1
Flat config types with typescript
#299
Slessi
closed
4 months ago
1
Component testing ESLint rules
#298
sand4rt
closed
4 months ago
1
playwright/expect-expect should allow for the test.expect style
#297
MrJohz
closed
4 months ago
1
Add rule for disallowing test.slow() function
#296
pdehaan
closed
4 months ago
0
[Bug] False throw of `valid-title`
#295
MartinPilny
closed
5 months ago
2
Add a rule for validating that actions are `await`ed
#294
Aghassi
opened
5 months ago
0
The prefer-to-have-count rule does not deference expect arguments to verify their assigned value.
#293
An631
closed
6 months ago
0
Fix prefer-to-have-count rule for expect arguments that need dereferencing
#292
An631
closed
6 months ago
1
`no-standalone-expect`: False positive when there are multiple `describe` blocks
#291
michaelfaith
closed
4 months ago
8
Expect in a setup test not allowed. Expect must be inside of a test block
#290
Ghislain89
closed
6 months ago
2
Should 'prefer-to-have-count' be merged into the rule 'prefer-web-first-assertions'?
#289
An631
closed
3 weeks ago
7
Option to disable `duplicatePrefix` sub-rule in `valid-title`
#288
ingolohr
closed
2 months ago
1
Fix prefer web first assertion rule
#287
An631
closed
7 months ago
6
prefer-web-first-assertion fails to detect the right variable declarator
#286
An631
closed
6 months ago
1
Strict Typing
#285
y-hsgw
closed
7 months ago
1
prefer-to-have-count: warn about `.toHaveLength()`
#284
EvgenyOrekhov
closed
5 months ago
1
docs: fix usage guide flat recommended rules
#283
MatchuPitchu
closed
7 months ago
1
Next