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

Filter tests within component when using bit test without watch mode #7776

Open
sbland opened this issue Aug 10, 2023 · 0 comments
Open

Filter tests within component when using bit test without watch mode #7776

sbland opened this issue Aug 10, 2023 · 0 comments

Comments

@sbland
Copy link

sbland commented Aug 10, 2023

Description

I can filter tests using component id patterns but cannot filter individual test files within the component.

Describe the solution you'd like

With a component named mycomponent with 2 test files test-file-a.spec.tsx and test-file-b.spec.tsx. bit test mycomponent test-file-a should only run test-file-a.

Describe alternatives you've considered

This can be done with watch mode but this is not ideal with long running tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant