Skip to content
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

Closed
alexalexiuc opened this issue Aug 5, 2020 · 5 comments
Closed

Decorators are not shown for test.each #612

alexalexiuc opened this issue Aug 5, 2020 · 5 comments

Comments

@alexalexiuc
Copy link

alexalexiuc commented Aug 5, 2020

Environment

node -v: 10.20.1
npm -v: 6.14.4
extension version: 3.2.0

Operating 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 test

Expected Behavior

Decorators to be shown for test.each

Actual Behavior

See test.each

image

@connectdotz
Copy link
Collaborator

this is a known issue but should be addressed by v4.0, feel free to give it a try...

@ximex
Copy link

ximex commented Nov 18, 2020

test.each() already works in v4 alpha. but test.concurrent.each isn't working.

@ankitprahladsoni
Copy link

What about it.each() with string template? I don't see decorators for that even on v4alpha2

@connectdotz
Copy link
Collaborator

@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...

@connectdotz connectdotz mentioned this issue Jan 19, 2021
15 tasks
@connectdotz
Copy link
Collaborator

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants