-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: use playwright instead of testing library and msw #11
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
i give up on testing playwright on Github CI. I have tried using microsoft docker container (jammy and focal) and plain normal way (see the commented code in The errors is timed out failure in the assertions. I suspect it because of the // 3300 when using pnpm dev
// 4173 when using pnpm build-and-preview
const url = http://localhost:3300
const url = http://localhost:4173
const url = http://127.0.0.1:3300
const url = http://127.0.0.1:4173 I suspect the github action runner does not run the local server correctly |
what's changed
related issues
close #4
checklist