From 1d75b98ce3f7d255c97c69b7c080e82a0d56cda9 Mon Sep 17 00:00:00 2001 From: D'Andre Collins Date: Wed, 10 Jun 2026 10:30:56 -0400 Subject: [PATCH 1/2] Add npm update troubleshooting note to Cypress documentation --- _docs/developer/testing/cypress.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_docs/developer/testing/cypress.md b/_docs/developer/testing/cypress.md index d4418acf..8127ea81 100644 --- a/_docs/developer/testing/cypress.md +++ b/_docs/developer/testing/cypress.md @@ -18,6 +18,7 @@ Make sure you have [`node.js`](https://www.nodejs.org/) version 10 or higher in # from the site directory npm install ``` +*NOTE: If you encounter issues launching Cypress, run `npm update` from the site directory.* If you are on Linux, view [this page](https://docs.cypress.io/guides/getting-started/installing-cypress.html#Linux) to see what dependencies you may need to install additionally for Cypress. From abb86f8cf45ab24b287675cf0b6666d20a88e3a1 Mon Sep 17 00:00:00 2001 From: D'Andre Collins Date: Wed, 10 Jun 2026 15:06:34 -0400 Subject: [PATCH 2/2] Moved where note message is, fixed italic. --- _docs/developer/testing/cypress.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_docs/developer/testing/cypress.md b/_docs/developer/testing/cypress.md index 8127ea81..dc8c8265 100644 --- a/_docs/developer/testing/cypress.md +++ b/_docs/developer/testing/cypress.md @@ -18,12 +18,13 @@ Make sure you have [`node.js`](https://www.nodejs.org/) version 10 or higher in # from the site directory npm install ``` -*NOTE: If you encounter issues launching Cypress, run `npm update` from the site directory.* If you are on Linux, view [this page](https://docs.cypress.io/guides/getting-started/installing-cypress.html#Linux) to see what dependencies you may need to install additionally for Cypress. 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: