Sander

Results 92 issues of Sander

### Self Checks - [x] I'm using the latest lualine. - [x] I didn't find the issue in existing issues or PRs. ### How to reproduce the problem Toggle telescope...

bug

closes: https://github.com/sand4rt/playwright-ct-web/issues/38

It did deploy correctly, but finished with this log: (node:3404) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.

PR welcome

closes: https://github.com/sand4rt/playwright-ct-angular/issues/23

Use JIT mode for testing faster compilation. Related to: https://github.com/analogjs/analog/issues/409

enhancement

### Page(s) ### Description It'd be great to have API docs for component testing. I could look into this if you could provide some pointers on where to place it?

feature-components

### 🚀 Feature Request The ability to pass components to `HooksConfig`, probably by using the [`resolveImportRef`](https://github.com/microsoft/playwright/blob/main/packages/playwright-ct-core/src/injected/importRegistry.ts#L35) to resolve the [`hooksConfig`](https://github.com/microsoft/playwright/blob/main/packages/playwright-ct-core/src/mount.ts#L111C11-L111C33); ### Example ```ts beforeMount(async ({ app, hooksConfig }) => {...

P3-collecting-feedback

closes https://github.com/microsoft/playwright/issues/30453 and https://github.com/microsoft/playwright/issues/19933

closes https://github.com/microsoft/playwright/issues/29544, https://github.com/microsoft/playwright/issues/29928, partially https://github.com/microsoft/playwright/issues/31217 and introduces an improved approach for creating multiple wrapper/story components within a single file _(considering it's only possible to define one component in a `.vue`...

The ability to deal with scoped slots: ## Vue API Docs: https://vuejs.org/guide/components/slots.html#scoped-slots ```tsx // ScopedSlot.vue ``` ```typescript // ScopedSlot.test.ts import ScopedSlot from './components/ScopedSlot.vue'; test('scoped slot function', async ({ mount })...

feature-components