-
Notifications
You must be signed in to change notification settings - Fork 24
Parametrized tests handling #26
Comments
Cool, sounds like an interesting case to handle. And thanks for providing an example. |
I have a feeling that this issue will be related to jest-community/jest-editor-support#29. We use |
Yes, it looks like my issue is related to that in the Thanks! |
@rossknudsen hi! Can I ask you to update to the latest version of https://github.com/jest-community/jest-editor-support ? Thanks! |
@botsman would you mind checking how much of the issues that you raised in this ticket are covered by the recent release of v0.8.0 to the marketplace? If you feel that this ticket has been covered, then please feel free to close. If there are some minor defects remaining, then you can either document here, or raise them in a separate issue (I'm easy either way). |
I've checked the latest version with the extension with the base example from 1st message:
Both of these issues are really minor for me. Otherwise it looks good, great job guys! |
Doesn't work for me either, just stays the same after running. Example copied directly from the docs: https://jestjs.io/docs/api#testeachtablename-fn-timeout
|
Hi!
As far as I can see, parametrized tests are not handled properly.
I am not quite sure if it is possible to explore all the test cases without executing the code though.
But maybe you could take a look at such a case.
Here is an example from the official jest documentation:
These tests are displayed as a single test in the Test Explorer, not as a separate test case for every set of parameters:

Also, if I try to run either the whole test or a single test case, nothing happens: neither fail nor success.
Thank you for your work!
The text was updated successfully, but these errors were encountered: