-
-
Notifications
You must be signed in to change notification settings - Fork 748
Closed
Labels
@julien-ft-64
Description
Hello,
Here is my use case : i'm using 2 sessions using playwright as driver with trace enabled for failed tests, with bdd enabled and allure reporting.
When a test fails, there allure report manage the multiples sessions on steps like console logs but trace folder only contains main/default browser and not the created sessions browser instance.
Would it be possible to enable traces when a session is created, adding session name to zip file would also be nice.
Thank you.