### 🚀 Feature Request I would like to have ability to automatically save multiple trace files for parametrized tests. ### Example I have Option ```.setTrace(Options.Trace.RETAIN_ON_FAILURE)``` and parametrized test that fails. Separate trace files shall be created. ### Motivation I can have a parametrized test that fails for multiple parameters. Currently I'm not able to collect all failed cases but the last one.