chore(docs): remove outdated info in cypress/gitpod (#44849)

This commit is contained in:
Shaun Hamilton
2022-01-20 16:26:54 +02:00
committed by GitHub
parent f88473f994
commit 0823b45f5d

View File

@ -45,11 +45,7 @@ To run tests against production builds, replace `dev` with `prd` below.
## Cypress-GitPod Setup ## Cypress-GitPod Setup
### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ ### 1. Ensure Development Environment is Running
- Go to [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) to see how to enable _Feature Preview_
### 2. Ensure Development Environment is Running
If starting the GitPod environment did not automatically develop the environment: If starting the GitPod environment did not automatically develop the environment:
@ -71,7 +67,7 @@ npm run seed
npm run develop npm run develop
``` ```
### 3. Install Cypress Build Tools ### 2. Install Cypress Build Tools
```console ```console
npm run cypress:install-build-tools npm run cypress:install-build-tools