You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,20 +124,21 @@ command line option.\
124
124
| ✔ | 🔧 ||[missing-playwright-await](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/missing-playwright-await.md)| Enforce Playwright APIs to be awaited |
125
125
| ✔ |||[no-conditional-in-test](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-conditional-in-test.md)| Disallow conditional logic in tests |
126
126
| ✔ || 💡 |[no-element-handle](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-element-handle.md)| Disallow usage of element handles |
127
-
| ✔ |||[no-eval](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-eval.md)| Disallow usage of `page.$eval` and `page.$$eval`|
127
+
| ✔ |||[no-eval](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-eval.md)| Disallow usage of `page.$eval()` and `page.$$eval()`|
| ✔ |||[no-networkidle](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-networkidle.md)| Disallow usage of the `networkidle` option |
132
132
||||[no-nth-methods](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-nth-methods.md)| Disallow usage of `first()`, `last()`, and `nth()` methods |
133
-
| ✔ |||[no-page-pause](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-page-pause.md)| Disallow using `page.pause`|
133
+
| ✔ |||[no-page-pause](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-page-pause.md)| Disallow using `page.pause()`|
134
+
|| 🔧 ||[no-get-by-title](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-get-by-title.md)| Disallow using `getByTitle()`|
134
135
||||[no-raw-locators](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-raw-locators.md)| Disallow using raw locators |
||||[no-restricted-matchers](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-restricted-matchers.md)| Disallow specific matchers & modifiers |
137
138
| ✔ || 💡 |[no-skipped-test](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-skipped-test.md)| Disallow usage of the `.skip` annotation |
138
139
| ✔ | 🔧 ||[no-useless-not](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-useless-not.md)| Disallow usage of `not` matchers when a specific matcher exists |
139
-
| ✔ || 💡 |[no-wait-for-selector](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-wait-for-selector.md)| Disallow usage of `page.waitForSelector`|
140
-
| ✔ || 💡 |[no-wait-for-timeout](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-wait-for-timeout.md)| Disallow usage of `page.waitForTimeout`|
140
+
| ✔ || 💡 |[no-wait-for-selector](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-wait-for-selector.md)| Disallow usage of `page.waitForSelector()`|
141
+
| ✔ || 💡 |[no-wait-for-timeout](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-wait-for-timeout.md)| Disallow usage of `page.waitForTimeout()`|
141
142
||| 💡 |[prefer-strict-equal](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-strict-equal.md)| Suggest using `toStrictEqual()`|
142
143
|| 🔧 ||[prefer-lowercase-title](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-lowercase-title.md)| Enforce lowercase test names |
143
144
|| 🔧 ||[prefer-to-be](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-to-be.md)| Suggest using `toBe()`|
0 commit comments