Sander
Sander
Should be fixed in the latest version. Feel free to create a new issue otherwise
@Anmo thanks again for creating the issue! Does the Vite Babel plugin works for you?: https://www.npmjs.com/package/vite-plugin-babel ```typescript import { defineConfig } from '@sand4rt/experimental-ct-web'; import babel from 'vite-plugin-babel'; export default defineConfig({...
I assume this has been resolved. Feel free to create a new issue when needed.
@NicoVogel thanks for reporting. I think this has something to do with your monorepo / nx setup. It works as expected when i: 1. install `"@playwright/test": "^1.37.1"` and `"@sand4rt/experimental-ct-web": "^1.37.1"`...
@rstoneIDBS Awesome, would be great!
Yeah, you will need to: 1. Fork the repo 2. Clone the forked repo 3. Create a branch 4. Commit the changes _(using conventional commit)_ eg. fix: render attributes 5....
Hey @NGautami, only standalone components are supported at the moment. I think this can be added. Will look into this later on
I would wait until the repository is absorbed by Playwright. See PR: https://github.com/microsoft/playwright/pull/27783. But if you want to try it see: https://github.com/sand4rt/playwright-ct-angular/blob/main/playwright-ct-angular/registerSource.mjs#L169. That check needs to be removed. Then you...
Hey @rainerhahnekamp 👋 Thanks for creating the issue. Will look into it. I always enjoy your talks BTW, especially about testing :) If you have more feedback or want to...
Hey @rainerhahnekamp the `TypeError: plugin.default is not a function` error should be gone now. I haven't fully tested Angular 16 yet. Do you see any other issues? BTW, cool that...