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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Can we please have diff test groups per file.
Like be able to define groups at different levels within the same file. Even if its at the describe level that would be good
@IhsanMujdeci unfortunately, it can't be done in the scope of this runner. Jest has two types of runners: one for finding test files and running it, another one for actual tests inside a file. This jest-runner-groups runner can work with files only and can't filter tests in a file.
Could it be possible to extend the functionality, I see you use an underlying lib jest-docblock to check for the comments . Is it at all possible to go manually parse the file once detected by the dockblock or something?
Can we please have diff test groups per file.
Like be able to define groups at different levels within the same file. Even if its at the describe level that would be good
test.test.ts
The text was updated successfully, but these errors were encountered: