Replies: 1 comment
-
Can you try test.for(...)("title", (params, context) => {
context.skip()
}) |
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
-
test.each(...)((params) => {
context.skip()// but how can I access context here?
});
Beta Was this translation helpful? Give feedback.
All reactions