Closed Tymek closed 2 years ago
Had a similar issue. See my pull request: https://github.com/remix-run/blues-stack/pull/27
For Cypress on WSL2, I went through the WSL GUI docs. Doing a WSL update seemed to be enough, and didn't need to install nvidia drivers.
I don't think it works on Win10, and I'm not switching to Win11 for that 😅. I'll probably run Playwright with VcXsrv.
This worked well for me on my forked blues stack :+1: Thank you!
I've resolved this issue with a change to the vitest config :) Thanks!
I had issues running rootless Docker in WSL2. Running postgress with user=root,
postgres-data
folder is created with root access, andnpm run setup
fails.I solved it with this patch:
I didn't solve issues with Cypress in WSL2, but I probably will not use Cypress.