Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect and assert on page errors #1481

Open
Tracked by #1460
andrewslotin opened this issue Oct 11, 2024 · 0 comments
Open
Tracked by #1460

Detect and assert on page errors #1481

andrewslotin opened this issue Oct 11, 2024 · 0 comments
Labels
feature A new feature playwright Issue relating to Playwright compatibility

Comments

@andrewslotin
Copy link
Contributor

To accurately track the number and type of errors that occur while interacting with a page from a script, the following page events must be supported:

  • crash
  • pageerror
  • requestfailed

For instance, a potential use case would involve setting a threshold for specific error types, such as the number of exceptions or failed requests.

@andrewslotin andrewslotin converted this from a draft issue Oct 11, 2024
@andrewslotin andrewslotin added feature A new feature playwright Issue relating to Playwright compatibility labels Oct 11, 2024
@andrewslotin andrewslotin changed the title Support asserting on page errors Detect and assert on page errors Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature playwright Issue relating to Playwright compatibility
Projects
Development

No branches or pull requests

1 participant