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

Report test pass/fail when a test file finishes instead of the entire suite #3269

Open
icorbrey opened this issue Sep 13, 2023 · 1 comment

Comments

@icorbrey
Copy link

Essentially what I'd like is to be able to see the results of test files when they finish testing rather than when the entire test suite finishes. This would be especially helpful on slow test suites (our tests finish in 15 minutes) in scenarios where the Smart Start option is not suitable (for example, making console.warn and console.error throw instead and seeing which tests need to be fixed).

@smcenlly
Copy link
Member

Our team has discussed this in the past, and we like the idea.

To provide this functionality, there are some major architectural changes required to Wallaby. We'll consider in our future planning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants