-
Notifications
You must be signed in to change notification settings - Fork 4
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-only] setup playwright test #102
Conversation
ae9d9d0
to
b3af6d5
Compare
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.
Awesome stuff, just a few small remarks from my side.
The unit test suite seems to pick up the e2e .spec.ts
files. You can avoid this by adding the following to the vite.config.ts
files of the apps:
test: {
exclude: ['**/e2e/**']
}
222559a
to
bb0ca42
Compare
bb0ca42
to
714a4de
Compare
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.
👍
createDrawio file
here I tried to demonstrate how to run test using platwright extension
Screen.Recording.2024-11-15.at.14.00.50.mov