Captures the traces for session actions as well #3490
meenurani1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
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, }
Beta Was this translation helpful? Give feedback.
All reactions