ai-chatbot
ai-chatbot copied to clipboard
Playwright tests are failing
I cloned this repo and made no code changes (just added env vars to get it working, per setup instructions here)
When I git push, the CI playwright tests are failing because of a missing secret.
I fixed this by adding env vars in my github repo Settings > "Secrets and variables" > "Actions".
But I'm still getting a test failure, which I also get locally if I run pnpm test:
I think the playwright tests are a great idea - anybody know why they're failing?
@holdenmatt Thanks for reporting this!
I fixed this by adding env vars in my github repo Settings > "Secrets and variables" > "Actions".
Looks like this step was missing from the document, will add it!
I think the playwright tests are a great idea - anybody know why they're failing?
It appears that the "edit user message and resubmit" test has been super flaky, the test contents aren't quite as deterministic as I expected it to be. Will have a patch up!