diff --git a/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md b/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md index fdc8f0acf85..b8ba8659c3d 100644 --- a/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md +++ b/docs/i18n/chinese-traditional/how-to-add-cypress-tests.md @@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below. ## Cypress-GitPod Setup -### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ - -- 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 +### 1. Ensure Development Environment is Running If starting the GitPod environment did not automatically develop the environment: @@ -70,7 +66,7 @@ npm run seed npm run develop ``` -### 3. Install Cypress Build Tools +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools diff --git a/docs/i18n/chinese/how-to-add-cypress-tests.md b/docs/i18n/chinese/how-to-add-cypress-tests.md index fdc8f0acf85..b8ba8659c3d 100644 --- a/docs/i18n/chinese/how-to-add-cypress-tests.md +++ b/docs/i18n/chinese/how-to-add-cypress-tests.md @@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below. ## Cypress-GitPod Setup -### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ - -- 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 +### 1. Ensure Development Environment is Running If starting the GitPod environment did not automatically develop the environment: @@ -70,7 +66,7 @@ npm run seed npm run develop ``` -### 3. Install Cypress Build Tools +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools diff --git a/docs/i18n/espanol/how-to-add-cypress-tests.md b/docs/i18n/espanol/how-to-add-cypress-tests.md index e408e27594e..d45a9e0fa21 100644 --- a/docs/i18n/espanol/how-to-add-cypress-tests.md +++ b/docs/i18n/espanol/how-to-add-cypress-tests.md @@ -44,38 +44,34 @@ Para ejecutar pruebas en las compilaciones de producción, reemplaza `dev` con ` ## Configuración de Cypress-GitPod -### 1. Asegúrate de estar en la _Feature Preview_ (vista previa de funciones) de GitPod _a partir del 01/02/2021_ - -- Ve hacia [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) para ver como habilitar la _Feature Preview_ - -### 2. Asegúrate de que el entorno de desarrollo se esté ejecutando +### 1. Ensure Development Environment is Running Si al iniciar el entorno de GitPod no se creó automáticamente el ambiente: -- Inicia la base de datos +- Start the database ```console mongod ``` -- Propaga la base de datos +- Seed the database ```console npm run seed ``` -- Inicia el servidor de desarrollo y cliente +- Develop the server and client ```console npm run develop ``` -### 3. Instala las herramientas de compilación de Cypress +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools ``` -- Cuando se te solicite en la terminal, selecciona la distribución de tu teclado por idioma / área +- When prompted in the terminal, select your keyboard layout by language/area Ahora, [Cypress puede ejecutarse](/how-to-add-cypress-tests#_2-run-the-cypress-tests) diff --git a/docs/i18n/italian/how-to-add-cypress-tests.md b/docs/i18n/italian/how-to-add-cypress-tests.md index d66684b9b64..bda03922ece 100644 --- a/docs/i18n/italian/how-to-add-cypress-tests.md +++ b/docs/i18n/italian/how-to-add-cypress-tests.md @@ -44,38 +44,34 @@ Per eseguire i test su build di produzione, sostituisci `dev` con `prd` nella pa ## Setup di Cypress su GitPod -### 1. Assicurati di essere nella _Feature Preview_ di GitPod _dalla data del 02/01/2021_ - -- Vai a [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) per vedere come attivare la _Feature Preview_ - -### 2. Assicurati che l'ambiente di sviluppo sia in esecuzione +### 1. Ensure Development Environment is Running Se l'avvio di GitPod non sviluppa automaticamente l'ambiente: -- Avvia il database +- Start the database ```console mongod ``` -- Fai il seed del database +- Seed the database ```console npm run seed ``` -- Sviluppa il server e il client +- Develop the server and client ```console npm run develop ``` -### 3. Installa Cypress Build Tools +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools ``` -- Quando chiesto dal terminale, seleziona il layout della tua tastiera per lingua/area +- When prompted in the terminal, select your keyboard layout by language/area Ora, [puoi eseguire Cypress](#_2-esegui-i-test-cypress) diff --git a/docs/i18n/japanese/how-to-add-cypress-tests.md b/docs/i18n/japanese/how-to-add-cypress-tests.md index fdc8f0acf85..b8ba8659c3d 100644 --- a/docs/i18n/japanese/how-to-add-cypress-tests.md +++ b/docs/i18n/japanese/how-to-add-cypress-tests.md @@ -44,11 +44,7 @@ To run tests against production builds, replace `dev` with `prd` below. ## Cypress-GitPod Setup -### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ - -- 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 +### 1. Ensure Development Environment is Running If starting the GitPod environment did not automatically develop the environment: @@ -70,7 +66,7 @@ npm run seed npm run develop ``` -### 3. Install Cypress Build Tools +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools diff --git a/docs/i18n/portuguese/how-to-add-cypress-tests.md b/docs/i18n/portuguese/how-to-add-cypress-tests.md index 8103d40e5f9..8b8e793aea5 100644 --- a/docs/i18n/portuguese/how-to-add-cypress-tests.md +++ b/docs/i18n/portuguese/how-to-add-cypress-tests.md @@ -44,11 +44,7 @@ Para executar testes usando compilações de produção, substitua `dev` por `pr ## Configuração do Cypress-GitPod -### 1. Certifique-se de estar na _Feature Preview_ do GitPod _a partir de 02/01/2021_ - -- Visite [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/) para ver como ativar a _Feature Preview_ - -### 2. Certifique-se que o ambiente de desenvolvimento está em execução +### 1. Certifique-se que o ambiente de desenvolvimento está em execução Se o ambiente GitPod não foi criado automaticamente: @@ -64,13 +60,13 @@ mongod npm run seed ``` -- Desenvolva o servidor e o cliente +- Desenvolva o servidor e o client ```console npm run develop ``` -### 3. Instale ferramentas de compilação do Cypress +### 2. Instale as ferramentas de compilação do Cypress ```console npm run cypress:install-build-tools diff --git a/docs/i18n/ukrainian/how-to-add-cypress-tests.md b/docs/i18n/ukrainian/how-to-add-cypress-tests.md index dc652e44b67..0430132bf51 100644 --- a/docs/i18n/ukrainian/how-to-add-cypress-tests.md +++ b/docs/i18n/ukrainian/how-to-add-cypress-tests.md @@ -44,21 +44,17 @@ To run tests against production builds, replace `dev` with `prd` below. ## Налаштування Cypress-GitPod -### 1. Ensure you are on the _Feature Preview_ of GitPod _as of 01/02/2021_ - -- Перейдіть на [GitPod Docs - Feature Preview](https://www.gitpod.io/docs/feature-preview/), щоб подивитись як увімкнути _Feature Preview_ - -### 2. Переконайтеся, що середовище розробки запущене +### 1. Ensure Development Environment is Running If starting the GitPod environment did not automatically develop the environment: -- Запустіть базу даних +- Start the database ```console mongod ``` -- Заповніть базу даних +- Seed the database ```console npm run seed @@ -70,12 +66,12 @@ npm run seed npm run develop ``` -### 3. Встановіть інструменти збірки Cypress +### 2. Install Cypress Build Tools ```console npm run cypress:install-build-tools ``` -- Коли запитається у терміналі, виберіть вашу розкладку клавіатури за мовою/регіоном +- When prompted in the terminal, select your keyboard layout by language/area Тепер, [Cypress може бути запущений](/how-to-add-cypress-tests#_2-run-the-cypress-tests)