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
the name should be matched against the template literal or the string concatenation regex. If it matches, -grep should be appended to the type and replace it with .*. Take a look at the reference.
The text was updated successfully, but these errors were encountered:
I noticed that data-driven tests could only be run by running all tests in the file. Otherwise, they are not recognized because of the way the user input is parsed
I would like to run data-driven tests and the title is containing some variables.
I got an error similar to #42 .
The solution would be to regex-replace
\$\{.*\}
with.*
in the filter, and use type grep.In this line
vscode-testcafe/src/extension.ts
Line 246 in 7f37b4f
-grep
should be appended to the type and replace it with.*
. Take a look at the reference.The text was updated successfully, but these errors were encountered: