From c3e48023a930ff55521e2d3a5bf50490c1d96f86 Mon Sep 17 00:00:00 2001 From: camperbot Date: Tue, 22 Aug 2023 23:23:12 +0530 Subject: [PATCH] chore(i18n,docs): processed translations (#51360) --- docs/i18n/portuguese/how-to-add-playwright-tests.md | 8 ++++---- docs/i18n/ukrainian/how-to-add-playwright-tests.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/i18n/portuguese/how-to-add-playwright-tests.md b/docs/i18n/portuguese/how-to-add-playwright-tests.md index 3e3bc897bb2..ee49c9c5286 100644 --- a/docs/i18n/portuguese/how-to-add-playwright-tests.md +++ b/docs/i18n/portuguese/how-to-add-playwright-tests.md @@ -2,13 +2,13 @@ ## Instalação: -To install Playwright run: +Para instalar o Playwright, execute: ```console pnpm run playwright:install-build-tools ``` -Alternatively you can follow official documentation referenced below: +Como alternativa, você pode seguir a documentação oficial referenciada abaixo: Para instalar e configurar o Playwright na sua máquina, confira a [documentação](https://playwright.dev/docs/intro#installing-playwright) @@ -34,7 +34,7 @@ Para aprender a escrever testes do Playwright ou 'specs', confira a [documentaç Para executar testes com o Playwright, verifique o seguinte -- Make sure you navigate to the e2e repo first +- Não se esqueça de navegar primeiro para o repositório e2e ```console cd e2e ``` @@ -107,7 +107,7 @@ npx playwright show-report O Playwright, geralmente, é uma ferramenta com pouquíssimas chances de erro. O colaborador já configurou os testes para serem executados em máquinas com todos os sistemas operacionais, incluindo as distribuições mais significativas do Windows, MacOS e Linux. -- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command: +- (MacOs e Linux) Se executar o Playwright resultar em um erro devido a dependências do kernel, execute o seguinte comando: ```console pnpm run playwright:install-build-tools-linux diff --git a/docs/i18n/ukrainian/how-to-add-playwright-tests.md b/docs/i18n/ukrainian/how-to-add-playwright-tests.md index 28e90ebd341..c9f7299ad19 100644 --- a/docs/i18n/ukrainian/how-to-add-playwright-tests.md +++ b/docs/i18n/ukrainian/how-to-add-playwright-tests.md @@ -2,13 +2,13 @@ ## Встановлення: -To install Playwright run: +Щоб встановити Playwright: ```console pnpm run playwright:install-build-tools ``` -Alternatively you can follow official documentation referenced below: +Або ж ви можете дотримуватись офіційної документації: Щоб встановити та налаштувати Playwright на своїй машині, див. [документацію](https://playwright.dev/docs/intro#installing-playwright) @@ -34,7 +34,7 @@ Alternatively you can follow official documentation referenced below: Щоб запустити тести Playwright, зверніть увагу на інформацію нижче -- Make sure you navigate to the e2e repo first +- Переконайтесь, що перейшли до репозиторію e2e: ```console cd e2e ``` @@ -107,7 +107,7 @@ npx playwright show-report Playwright, як правило, є інструментом з дуже малим шансом на помилку. Помічник вже налаштував тести для виконання на машинах з усіма операційними системами, включно з найважливішими дистрибутивами Windows, MacOS і Linux. -- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command: +- (MacOs та Linux) Якщо запуск Playwright призводить до помилки через залежності ядра, запустіть цю команду: ```console pnpm run playwright:install-build-tools-linux