-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decorators are not shown for test.each #612
Comments
this is a known issue but should be addressed by v4.0, feel free to give it a try... |
|
What about |
@ankitprahladsoni you are right, there are a few gaps in the parameterized test support. Feel free to take a look at #649, which should close these gaps... |
v4.0.0-alpha.3 is released today. The main change is to support the parameterized tests. Feel free to give this release a try and open new issues if needed... |
Environment
node -v
: 10.20.1npm -v
: 6.14.4extension version
: 3.2.0Operating system: Windows 10
Steps to Reproduce
When I am writing a test using
test.each
, no matter if test pass or fail, decorators are not shown for that testExpected Behavior
Decorators to be shown for
test.each
Actual Behavior
See
test.each
The text was updated successfully, but these errors were encountered: