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

raise_console_error during integration tests #4535

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented Dec 12, 2024

assert that the framework does not log at console.error during an integration test, this helps catch spurious issues that may arise which aren't being explicitly checked for and may not cause the test to fail otherwise.

per-test opt out via ignore_console_error mark.

assert that the framework does not log at `console.error` during an integration
test, this helps catch spurious issues that may arise which aren't being
explicitly checked for and may not cause the test to fail otherwise.

per-test opt out via `ignore_console_error` mark.
@masenf masenf merged commit d5d41a0 into main Dec 12, 2024
41 checks passed
@masenf masenf deleted the masenf/catch-console-error-integration branch December 12, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants