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

Upper Limit When Selecting Multiple Tests to Run #13

Open
dsanders11 opened this issue Nov 8, 2020 · 2 comments
Open

Upper Limit When Selecting Multiple Tests to Run #13

dsanders11 opened this issue Nov 8, 2020 · 2 comments
Labels
bug 🐛 Something isn't working

Comments

@dsanders11
Copy link
Owner

Add a context menu/inline for selecting tests to run so you can do multiple tests in one go. Would need to figure out the UI to make it visually clear to users (ability to add colors would be nice), maybe a way to filter only the selected tests. Probably would need to do multiple runs of spec-runner.js to avoid command line length issues, and the hairiness of a super big regex for the selected tests. Could possibly be done in parallel.

@dsanders11 dsanders11 added the enhancement ✨ New feature or request label Nov 8, 2020
@dsanders11
Copy link
Owner Author

The UI for this is supported thanks to the VS Code testing view, so just need to better support it in the test runner - do separate test runs instead of regex to avoid command-line length.

@dsanders11 dsanders11 added bug 🐛 Something isn't working and removed enhancement ✨ New feature or request labels Oct 16, 2022
@dsanders11 dsanders11 changed the title Select Multiple Tests to Run Upper Limit When Selecting Multiple Tests to Run Oct 16, 2022
@dsanders11
Copy link
Owner Author

Changing this to a bug (low priority) to track that this works, but you'll run into a failure at an upper limit at some point if you try to select too many different tests to run. Since this is a niche use case, not worth putting much effort into fixing, but tracking it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something isn't working
Projects
Status: Todo 🗒
Development

No branches or pull requests

1 participant