Fetch tests using before:spec or before:run #14890
-
I would like to get the test (as Maybe some has figured it out, cheers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Unfortunately, this is not possible. When |
Beta Was this translation helpful? Give feedback.
Unfortunately, this is not possible. When
before:spec
orbefore:run
executes, the test names are unknown yet, thus you cannot decide if you can skip the spec or not.