diff --git a/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md b/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md +++ b/docs/i18n/chinese-traditional/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/chinese/how-to-add-playwright-tests.md b/docs/i18n/chinese/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/chinese/how-to-add-playwright-tests.md +++ b/docs/i18n/chinese/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/espanol/how-to-add-playwright-tests.md b/docs/i18n/espanol/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/espanol/how-to-add-playwright-tests.md +++ b/docs/i18n/espanol/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/german/how-to-add-playwright-tests.md b/docs/i18n/german/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/german/how-to-add-playwright-tests.md +++ b/docs/i18n/german/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/italian/how-to-add-playwright-tests.md b/docs/i18n/italian/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/italian/how-to-add-playwright-tests.md +++ b/docs/i18n/italian/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/japanese/how-to-add-playwright-tests.md b/docs/i18n/japanese/how-to-add-playwright-tests.md index cd06568ad3a..da758e5d289 100644 --- a/docs/i18n/japanese/how-to-add-playwright-tests.md +++ b/docs/i18n/japanese/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools To run all Playwright tests, run the following command: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/portuguese/how-to-add-playwright-tests.md b/docs/i18n/portuguese/how-to-add-playwright-tests.md index a51fee93183..1978ea2106a 100644 --- a/docs/i18n/portuguese/how-to-add-playwright-tests.md +++ b/docs/i18n/portuguese/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools Para executar todos os testes do Playwright, execute o seguinte comando: ```bash +cd e2e npx playwright test ``` diff --git a/docs/i18n/ukrainian/how-to-add-playwright-tests.md b/docs/i18n/ukrainian/how-to-add-playwright-tests.md index 14780cc924c..034a35881f3 100644 --- a/docs/i18n/ukrainian/how-to-add-playwright-tests.md +++ b/docs/i18n/ukrainian/how-to-add-playwright-tests.md @@ -340,5 +340,6 @@ pnpm run playwright:install-build-tools Щоб запустити всі тести Playwright, виконайте цю команду: ```bash +cd e2e npx playwright test ```