mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
fix: links updated for cypress-tests guide (#46469)
Co-authored-by: Vibhanshu Jain <vibhanshujain@ZBLR-ENG-Vibhanshu.local>
This commit is contained in:
@@ -13,13 +13,13 @@ To learn how to write Cypress tests, or 'specs', please see Cypress' official [d
|
||||
## How to run tests
|
||||
|
||||
> [!NOTE]
|
||||
> If using GitPod, please see [Cypress-GitPod Setup](/how-to-add-cypress-tests#cypress-gitpod-setup)
|
||||
> If using GitPod, please see [Cypress-GitPod Setup](how-to-add-cypress-tests#cypress-gitpod-setup)
|
||||
|
||||
### 1. Ensure that MongoDB and client applications are running
|
||||
|
||||
- [Start MongoDB and seed the database](/how-to-setup-freecodecamp-locally#step-3-start-mongodb-and-seed-the-database)
|
||||
- [Start MongoDB and seed the database](how-to-setup-freecodecamp-locally#step-3-start-mongodb-and-seed-the-database)
|
||||
|
||||
- [Start the freeCodeCamp client application and API server](/how-to-setup-freecodecamp-locally#step-4-start-the-freecodecamp-client-application-and-api-server)
|
||||
- [Start the freeCodeCamp client application and API server](how-to-setup-freecodecamp-locally#step-4-start-the-freecodecamp-client-application-and-api-server)
|
||||
|
||||
### 2. Run the cypress tests
|
||||
|
||||
@@ -75,4 +75,4 @@ npm run cypress:install-build-tools
|
||||
|
||||
- When prompted in the terminal, select your keyboard layout by language/area
|
||||
|
||||
Now, [Cypress can be run](/how-to-add-cypress-tests#_2-run-the-cypress-tests)
|
||||
Now, [Cypress can be run](how-to-add-cypress-tests#_2-run-the-cypress-tests)
|
||||
|
||||
Reference in New Issue
Block a user