playwright-java icon indicating copy to clipboard operation
playwright-java copied to clipboard

[Feature]: Split automatic trace files for parametrized tests

Open vircung opened this issue 7 months ago • 9 comments

🚀 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.

vircung avatar Apr 09 '25 19:04 vircung