Hey,
I am not quite sure if it is a bug but maybe I am just using it wrong.
I am using the beforeMount hook after this bugfix #18812 in this way:
import { beforeMount } from '@playwright/experimental-ct-vue2/hooks';
beforeMount(data => {
console.log(data);
});
but data only contains a hooksConfig which is undefined. The console.log in the playwright report says {hooksConfig: undefined}. I wanted to add things like app.use or app.config but the app is not existing nor the instance.
Version of playwright and the experimental-ct-vue2 is 1.29.2 so it should be the latest.
Is this a bug or am I using it wrong?
Hey,
I am not quite sure if it is a bug but maybe I am just using it wrong.
I am using the beforeMount hook after this bugfix #18812 in this way:
but data only contains a hooksConfig which is undefined. The console.log in the playwright report says
{hooksConfig: undefined}. I wanted to add things likeapp.useorapp.configbut the app is not existing nor the instance.Version of playwright and the experimental-ct-vue2 is 1.29.2 so it should be the latest.
Is this a bug or am I using it wrong?