Sander
Sander
Vue is unable to locate the `` component when it's passed to the slot as a string. So this test will fail because there's no reference from the `` string...
> I see hooksConfig as a user object w/o schema I actually use `hooksConfig` specifically for registering global things like mixins, components, plugins and directives. It's been a while, but...
Another option is to put the boilerplate code in `playwright-create`: ```ts // /playwright/index.ts beforeMount(async ({ app, hooksConfig }) => { for (const [name, component] of Object.entries(hooksConfig?.components || {})) app.component(name, component);...
Hey guys, thanks for the comments! I'm AFK for a couple of days. Will hopefully look at the PR by the end of next week as well
> The added logo is the Angular.js one, here's the link to [the correct Angular logo](https://angular.io/presskit). Hi @edbzn, thanks for the input! Would you like to make the change by...
> Maybe if you could just update your branch I could send you a PR. Hey @yjaaidi, https://github.com/microsoft/playwright/issues/29544 needs to be resolved before i can update. I could resolve the...
@maartentibau correct, only standalone components are supported at the moment. @zargham-leanix the last few open tasks of this PR are being resolved in https://github.com/sand4rt/playwright/pull/5. The progress could be followed over...
Hey @pavelfeldman, the PR is finally set for review by the Playwright team! We have deliberately kept the adapter minimal for now and postponed the documentation until more people have...
> Congratulations to all of you. That's a milestone in Angular testing history! > > Just a small remark: From what I've seen, there is no possibility to provide services,...
Watch mode in VSCode is currently in prerelease stage😄: https://www.youtube.com/watch?v=ySBp6Kj0PVc&t=848s