JasonEtco / test-selector

🎭👈 Prompts the user to run specific test suites in a project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for running multiple tests

JasonEtco opened this issue · comments

Currently, you can do one of three things:

  1. Run tst and pick "All of them."
  2. Run tst and pick the test suite you want to run.
  3. Run tst TEST and run that test suite.

Wouldn't it be great if you could pick two, unrelated test suites and run them in isolation, but sequentially?

Either by way of a checkbox list instead of a single-choice list, or by allowing multiple arguments in the CLI (like tst api compiler).

Leaving this open as a hacktoberfest issue in case anyone wants to tackle it!