Our application is just like google meet in which we have to place the real time call and video. We are using codecept to automate our application. We are using traces to track all failures. However Codecept is able to capture the traces for browser1 and if we want to capture the traces for another session i.e browser2 it is not there. please help us how we can capture the traces pause for different sessions codecept js setting
Playwright: {
url: 'https://telescope-dev.sourcef.us/login',
show: true,
browser: 'chromium',
timeout: 30000,
waitForAction: 2000,
chromium: {
args: [ "--use-fake-ui-for-media-stream", "--allow-file-access-from-files", "--use-fake-device-for-media-stream","--auto-select-desktop-capture-source" ]
},
trace: true,
}