Skip to content

Upper Limit When Selecting Multiple Tests to Run #13

Open
@dsanders11

Description

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.

Activity

dsanders11

dsanders11 commented on Oct 12, 2022

@dsanders11
OwnerAuthor

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.

added
bug 🐛Something isn't working
and removed on Oct 16, 2022
changed the title Select Multiple Tests to Run Upper Limit When Selecting Multiple Tests to Run on Oct 16, 2022
dsanders11

dsanders11 commented on Oct 16, 2022

@dsanders11
OwnerAuthor

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

Metadata

Assignees

No one assigned

    Labels

    bug 🐛Something isn't working

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

      Participants

      @dsanders11

      Issue actions

        Upper Limit When Selecting Multiple Tests to Run · Issue #13 · dsanders11/vscode-electron-build-tools