ryym/mocha-each

Allow params length available to title function

brianwalleshauser opened this issue · 0 comments

Currently it seems as though param and index are available. I'm looking to use the params.length as such:

Awesome ${param} test title - ${index}/${paramsLength}
It would end up looking something like:
Awesome banana test title - 3/7