You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 filestest-file-a.spec.tsx
andtest-file-b.spec.tsx
.bit test mycomponent test-file-a
should only runtest-file-a
.Describe alternatives you've considered
This can be done with watch mode but this is not ideal with long running tests.
The text was updated successfully, but these errors were encountered: