Error: browserType.launch: Executable doesn't exist at
Hi there im trying to launch "Playwright Test " but im getting this error. Any clue on how to fix it ?
6 Replies
Hi @2euxs. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The knowledge sources provided do not contain specific information about the error you're encountering with Playwright Test. However, it's worth noting that one of the contributors in a Github issue (https://github.com/wasp-lang/wasp/issues/1867) mentioned using Playwright for testing and waiting an extra 5 seconds to get less flaky behavior. This might not be directly related to your issue, but it could be worth exploring if your issue is related to timing or the readiness of the web app.
For more specific help, I would recommend checking the official Playwright documentation or their community support channels.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
Sorry @2euxs, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist:
Perhaps try again in 15mins?
hmm @Vinny (@Wasp) is our resident expert so I believe he will be the best to help 🙂
Try runing npm install in the e2e-tests folder
Hey. Can you run through the steps you took before this and a little more background. Are the db and apps running?
Seems like it can’t find chromium
Maybe try running
npx playwright install --with-deps
in the tests directoryThis fixed everyhting thank you
And by the way your tool is amazing !
awesome!
🙏