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 <github@rhymes.dev>

* Fix typo

Co-authored-by: rhymes <github@rhymes.dev>

* Fix typo

Co-authored-by: rhymes <github@rhymes.dev>

Co-authored-by: rhymes <github@rhymes.dev>
This commit is contained in:
zeotuan 2021-08-05 03:20:02 +10:00 committed by GitHub
parent 9b644c8c18
commit 6d45399a80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.