Hi, I`m importing my testrun from playwright using the json reporter, the problem that I encounter is that if I run the same test case on another platform ex webkit/chromium the test is imported with [test case name ] + [platform], and for each platform same test case is added but with another [platform], so now I have a duplicated test case but with different platform, I would like to just add to the existing test case [platform][platform] or the platform to be a a custom field inside each test case, waiting for your feedback, thanks
1 Answer
1Hello Andrei,
Customizing how Playwright testcases are imported is currently not possible.
We are working on significantly improving functionality around importing and analyzing automated test results for a future release where project/platform is treated as a separate dimension, like you described.
You can send us a Playwright JSON file (anonymized or just an example with the desired structure is fine) to [email protected] and we will try to make sure your use case is covered.
Regards,
Michael