diff --git a/docs/installation/windows.md b/docs/installation/windows.md index 8f1870852..91f4f8bea 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -287,3 +287,11 @@ There are currently two work-arounds. > If you encountered any errors that you subsequently resolved, **please > consider updating this section** with your errors and their solutions. + +### WSL2 and End to End Tests + +In order to run Cypress Test Runner, a few extra setup steps are required to run GUIs +natively inside of WSL2. + +[This guide](https://nickymeuleman.netlify.app/blog/gui-on-wsl2-cypress) explains +how to use graphical user interfaces like Cypress inside WSL2.