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`