Support for it.each
and test.each
#169
Labels
p2-nice-to-have
Not breaking anything but nice to have (priority)
it.each
and test.each
#169
Is your feature request related to a problem? Please describe.
Currently this extension doesn't seem to recognize individual
test.each
test cases. For example:For this test you will get an option to run/debug the
describe
block (works) and also the overalltest
function. If you click run/debug on the overalltest
function all the individual test cases are skipped. I think this is because the test runner is filtering on the template string:-t some.module.spec should properly parse '\$expected' from '\$text'
Sometimes the test statuses in the sidebar also hang, I believe when they contain a
test.each
orit.each
.Describe the solution you'd like
Add support for
test.each
/it.each
, bot in the sidebar and in the run/debug breadcrumbs.Describe alternatives you've considered
Currently I'm debugging these types of tests by commenting out all the other cases and using the debug button on the
describe
block.The text was updated successfully, but these errors were encountered: