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
| ✔ |||[max-nested-describe](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/max-nested-describe.md)| Enforces a maximum depth to nested describe calls |
55
-
| ✔ | 🔧 ||[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 |
56
-
| ✔ |||[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 |
57
-
| ✔ || 💡 |[no-element-handle](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-element-handle.md)| Disallow usage of element handles |
58
-
| ✔ |||[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-force-option](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-force-option.md)| Disallow usage of the `{ force: true }` option |
61
-
| ✔ |||[no-page-pause](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-page-pause.md)| Disallow using `page.pause`|
62
-
||||[no-restricted-matchers](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-restricted-matchers.md)| Disallow specific matchers & modifiers |
63
-
| ✔ || 💡 |[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 |
64
-
| ✔ | 🔧 ||[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 |
65
-
| ✔ || 💡 |[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`|
66
-
||| 💡 |[prefer-strict-equal](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-strict-equal.md)| Suggest using `toStrictEqual()`|
67
-
|| 🔧 ||[prefer-lowercase-title](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-lowercase-title.md)| Enforce lowercase test names |
68
-
|| 🔧 ||[prefer-to-be](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-to-be.md)| Suggest using `toBe()`|
69
-
|| 🔧 ||[prefer-to-have-length](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-to-have-length.md)| Suggest using `toHaveLength()`|
70
-
||||[require-top-level-describe](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/require-top-level-describe.md)| Require test cases and hooks to be inside a `test.describe` block |
| ✔ |||[max-nested-describe](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/max-nested-describe.md)| Enforces a maximum depth to nested describe calls |
55
+
| ✔ | 🔧 ||[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 |
56
+
| ✔ |||[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 |
57
+
| ✔ || 💡 |[no-element-handle](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-element-handle.md)| Disallow usage of element handles |
58
+
| ✔ |||[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-force-option](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-force-option.md)| Disallow usage of the `{ force: true }` option |
61
+
| ✔ |||[no-page-pause](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-page-pause.md)| Disallow using `page.pause`|
62
+
||||[no-restricted-matchers](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/no-restricted-matchers.md)| Disallow specific matchers & modifiers |
63
+
| ✔ || 💡 |[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 |
64
+
| ✔ | 🔧 ||[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 |
65
+
| ✔ || 💡 |[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`|
66
+
||| 💡 |[prefer-strict-equal](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-strict-equal.md)| Suggest using `toStrictEqual()`|
67
+
|| 🔧 ||[prefer-lowercase-title](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-lowercase-title.md)| Enforce lowercase test names |
68
+
|| 🔧 ||[prefer-to-be](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-to-be.md)| Suggest using `toBe()`|
69
+
|| 🔧 ||[prefer-to-have-length](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/prefer-to-have-length.md)| Suggest using `toHaveLength()`|
70
+
||||[require-top-level-describe](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/require-top-level-describe.md)| Require test cases and hooks to be inside a `test.describe` block |
71
+
|| 🔧 ||[require-require-soft-assertions](https://github.com/playwright-community/eslint-plugin-playwright/tree/main/docs/rules/require-require-soft-assertions.md)| Require assertions to use `expect.soft()`|
0 commit comments