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

Add console output for manual session. #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rhashimoto
Copy link

When my tests fail I run web-test-runner in manual mode so I can attach a web browser and debug with dev tools. Currently tests produce no output either to the test page or the JavaScript console, so it isn't obvious how changes to the code affect test status without adding logging breakpoints or calls.

This PR adds console output only when the test is in manual mode so the extra logging doesn't show up in web-test-runner reporters. It logs the result of each spec and for failed specs it shows details of the failing check.

Screenshot 2024-04-28 at 11 38 42 AM

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.

None yet

2 participants