eslint-plugin-playwright
eslint-plugin-playwright copied to clipboard
Check if page methods are missing await (`missing-playwright-await`)
trafficstars
- Part of https://github.com/playwright-community/eslint-plugin-playwright/issues/159
This adds support for checking if Page methods are properly awaited, as part of the missing-playwright-await rule.
I've intentionally skipped the waitForEvent, waitForRequest, and waitForResponse methods, as I believe these should be covered by a different lint rule or PR, since it is more complex: https://github.com/playwright-community/eslint-plugin-playwright/issues/199