Replies: 2 comments
-
see #47945 |
Beta Was this translation helpful? Give feedback.
0 replies
-
See my reply to that open issue #47945 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tldr;
Is there a way to filter to a specific test in a test hierarchy?
--test-name-pattern=
doesn't seem to work as expected.long winded;
Happy New Year everyone! This is my first post here and I'm a relative newbie to node so bare with me.
I've read all the docs and even some seemingly related issues on the subject.
let's suppose I have tests (using
describe/it
pattern) as follows:How do I match only
b>length
? I've tried every regex syntax I can find and there doesn't appear to be a way to do that. This forces me to uniquefy all test names which makes nested suites less useful than what they should be.Thanks for all the hard work btw. Cool stuff.
Beta Was this translation helpful? Give feedback.
All reactions