From 6d45399a800b0e32c3adf700ec2ae2aa56bacfd9 Mon Sep 17 00:00:00 2001 From: zeotuan <48720253+zeotuan@users.noreply.github.com> Date: Thu, 5 Aug 2021 03:20:02 +1000 Subject: [PATCH] extend documentation on how to run cypres on wsl2 (#14393) * fix analytic page have no back-to-dashboard button when user have no organization * resolve conflict with main * remove dump * add test for back to dashboard button * extend doc for windows installation * remove unrelated file (fix checkout from wrong branch) * Fix typo Co-authored-by: rhymes * Fix typo Co-authored-by: rhymes * Fix typo Co-authored-by: rhymes Co-authored-by: rhymes --- docs/installation/windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.