-
Notifications
You must be signed in to change notification settings - Fork 7
When using recorder, I get - TypeError: Cannot read property 'onmessage' of undefined #2
Open
Description
I am using folio the playwright test runner, and inside a before all loop I run the below 2 lines of code:
browser = await chromium.launch(config.launchOptions);
page = (await initializeRecorder(browser, 'vuetify-session-events')).page;
The stacktrace I get is:
TypeError: Cannot read property 'onmessage' of undefined
19 | beforeAll(async () => {
20 | browser = await chromium.launch(config.launchOptions);
> 21 | page = (await initializeRecorder(browser, 'vuetify-session-events')).page;
| ^
Can I get some help to debug.fix this issue please?
Thanks
Activity
Metadata
Metadata
Assignees
Labels
No labels