-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(core): add Playwright component testing #1037
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this got reordered when I added the new package.
ctPort: 3100, | ||
ctViteConfig: { | ||
/* Vite config to use for the component server. */ | ||
configFile: './vite.config.js', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the existing Vite config file when doing the playwright tests
Playwright component tests are more maintainable than the previous strategy of running the full editor and copy pasting different specs. |
Fix #
Toward #
Change List
Checklist