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

[feature] Run a specific suite/test by using its name #213

Open
ngarbezza opened this issue Oct 9, 2021 · 0 comments
Open

[feature] Run a specific suite/test by using its name #213

ngarbezza opened this issue Oct 9, 2021 · 0 comments
Labels
✨ dx ✨ improve developer experience enhancement New feature or request

Comments

@ngarbezza
Copy link
Owner

Is your feature request related to a problem? Please describe.

It would be good to execute a particular suite/test giving its name. Most IDEs allow to do that, and for instance, jest has the following: jest --testNamePattern.

Describe the solution you'd like

A new command-line argument called --only that can receive a suite or test name, and it should run only that suite/test. Matching can be exact or by regex (ideal).
In the "starting testy" section, it could specify that it is not running all the test but a subset of them (displaying also which si the string we're using for filtering)

@ngarbezza ngarbezza added the enhancement New feature or request label Oct 9, 2021
@ngarbezza ngarbezza assigned ngarbezza and unassigned ngarbezza Oct 9, 2021
@ngarbezza ngarbezza added the ✨ dx ✨ improve developer experience label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ dx ✨ improve developer experience enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant