Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _docs/developer/testing/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ If you are on Linux, view [this page](https://docs.cypress.io/guides/getting-sta

If you are on WSL and run into an error, make sure you installed `node.js` on your desktop (Program Files) and not inside your local Submitty repository.

*Note: If you encounter issues launching Cypress, run* `npm update` *from the site directory.*

## Cypress Test Runner

You can open the test runner by navigating into `site/` and using the command:
Expand Down
Loading