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 command-line API should provide a means to choose which tests to run. Probably the most straightforward way to do this would be to just have a --name/-n command-line flag that takes a regular expression that matches test names.
The command-line API should provide a means to choose which tests to run. Probably the most straightforward way to do this would be to just have a
--name/-ncommand-line flag that takes a regular expression that matches test names.