Guillaume
Results
2
comments of
Guillaume
Same here as well Note that I can run GUI apps in WSL2 such as Gedit without any issues.
I manage to make it run with the following: `LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ npx playwright test` But modifying globally LD_LIBRARY_PATH breaks something in my WSL (apparently Golang executables). I don't know if it's...