mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-20 12:03:11 -04:00
chore(i18n,docs): processed translations (#51350)
This commit is contained in:
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Installation:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
To install and configure Playwright on your machine check out this [documentation](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
To learn how to write Playwright tests, or 'specs', please see Playwright's official [documentation](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Where to Add a Test
|
||||
|
||||
- Playwright tests are in the `./e2e` directory.
|
||||
@@ -25,6 +34,11 @@ To learn how to write Playwright tests, or 'specs', please see Playwright's offi
|
||||
|
||||
To run tests with Playwright check the following below
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- To run tests in UI helper mode:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ npx playwright show-report
|
||||
|
||||
Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including majpr distributions of Windows, MacOS and Linux.
|
||||
|
||||
- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- A common error seen in playwright is as follows:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Instalação:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
Para instalar e configurar o Playwright na sua máquina, confira a [documentação](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
Para aprender a escrever testes do Playwright ou 'specs', confira a [documentação](https://playwright.dev/docs/writing-tests) oficial.
|
||||
|
||||
|
||||
## Onde adicionar um teste
|
||||
|
||||
- Os testes do Playwright estão no diretório `./e2e`.
|
||||
@@ -25,6 +34,11 @@ 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
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- Para executar testes no modo auxiliar de UI:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ 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:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- Um erro comum visto no Playwright é o seguinte:
|
||||
|
||||
|
||||
@@ -2,10 +2,19 @@
|
||||
|
||||
## Встановлення:
|
||||
|
||||
To install Playwright run:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools
|
||||
```
|
||||
|
||||
Alternatively you can follow official documentation referenced below:
|
||||
|
||||
Щоб встановити та налаштувати Playwright на своїй машині, див. [документацію](https://playwright.dev/docs/intro#installing-playwright)
|
||||
|
||||
Щоб дізнатися, як писати тести Playwright, або «специфікації», зверніться до офіційної [документації Playwright](https://playwright.dev/docs/writing-tests).
|
||||
|
||||
|
||||
## Куди додати тест
|
||||
|
||||
- Тести Playwright знаходяться в каталозі `./e2e`.
|
||||
@@ -25,6 +34,11 @@
|
||||
|
||||
Щоб запустити тести Playwright, зверніть увагу на інформацію нижче
|
||||
|
||||
- Make sure you navigate to the e2e repo first
|
||||
```console
|
||||
cd e2e
|
||||
```
|
||||
|
||||
- Щоб запустити тести в режимі помічника UI:
|
||||
|
||||
```console
|
||||
@@ -93,6 +107,11 @@ 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:
|
||||
|
||||
```console
|
||||
pnpm run playwright:install-build-tools-linux
|
||||
```
|
||||
|
||||
- Поширена помилка в Playwright виглядає так:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user