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

Enable test parallelization. #41

Open
theengineear opened this issue Feb 18, 2025 · 1 comment
Open

Enable test parallelization. #41

theengineear opened this issue Feb 18, 2025 · 1 comment

Comments

@theengineear
Copy link
Collaborator

Currently, each test runs in an iframe one-by-one. There’s no real reason why we couldn’t parallelize them. The hardest part would be figuring out how to conceptually merge the tests streams so that the output is legible as a single test stream.

It should be possible to reliably report all tests in the exact same order in the output based on the subtest discovery algorithm. The potential downside is that a test could finish, but won’t appear in the output until it’s turn is up. This may or may not be a bad experience.

@theengineear
Copy link
Collaborator Author

This isn’t super high-priority, but I wanted to get the idea written down so that it can be revisited later if needed.

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

No branches or pull requests

1 participant