Skip to content

Commit 671bc2d

Browse files
committed
Move troubleshooting sections in separate article
1 parent f8fc5f5 commit 671bc2d

11 files changed

+58
-119
lines changed

articles/playwright-testing/includes/include-troubleshooting-firewall.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-sign-into-portal.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-slow-tests.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-test-hang.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-test-timeout.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-time-different.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

articles/playwright-testing/includes/include-troubleshooting-unauthorized.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

articles/playwright-testing/quickstart-automate-end-to-end-testing.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -215,18 +215,6 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
215215

216216
When the CI workflow is triggered, your Playwright tests will run in your Microsoft Playwright Testing workspace on cloud-hosted browsers, across 20 parallel workers.
217217

218-
## Troubleshooting
219-
220-
[!INCLUDE [include-troubleshooting-slow-tests](includes/include-troubleshooting-slow-tests.md)]
221-
222-
[!INCLUDE [include-troubleshooting-test-timeout](includes/include-troubleshooting-test-timeout.md)]
223-
224-
[!INCLUDE [include-troubleshooting-test-hang](includes/include-troubleshooting-test-hang.md)]
225-
226-
[!INCLUDE [include-troubleshooting-time-different](includes/include-troubleshooting-time-different.md)]
227-
228-
[!INCLUDE [include-troubleshooting-firewall](includes/include-troubleshooting-firewall.md)]
229-
230218
## Related content
231219

232220
You've successfully set up a continuous end-to-end testing workflow to run your Playwright tests at scale on cloud-hosted browsers.

articles/playwright-testing/quickstart-run-end-to-end-tests.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -169,22 +169,6 @@ Once your tests are running smoothly with the service, experiment with varying t
169169
170170
Learn more about how to [determine the optimal configuration for optimizing test suite completion](./concept-determine-optimal-configuration.md).
171171
172-
## Troubleshooting
173-
174-
[!INCLUDE [include-troubleshooting-sign-into-portal](includes/include-troubleshooting-sign-into-portal.md)]
175-
176-
[!INCLUDE [include-troubleshooting-unauthorized](includes/include-troubleshooting-unauthorized.md)]
177-
178-
[!INCLUDE [include-troubleshooting-slow-tests](includes/include-troubleshooting-slow-tests.md)]
179-
180-
[!INCLUDE [include-troubleshooting-test-timeout](includes/include-troubleshooting-test-timeout.md)]
181-
182-
[!INCLUDE [include-troubleshooting-test-hang](includes/include-troubleshooting-test-hang.md)]
183-
184-
[!INCLUDE [include-troubleshooting-time-different](includes/include-troubleshooting-time-different.md)]
185-
186-
[!INCLUDE [include-troubleshooting-firewall](includes/include-troubleshooting-firewall.md)]
187-
188172
## Next step
189173
190174
You've successfully created a Microsoft Playwright Testing workspace in the Playwright portal and run your Playwright tests on cloud browsers.

articles/playwright-testing/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ items:
4848
items:
4949
- name: Trouble signing into Playwright portal
5050
href: troubleshoot-unable-sign-into-playwright-portal.md
51+
- name: Troubleshoot test run failures
52+
href: troubleshoot-test-run-failures.md
5153
- name: Resources
5254
items:
5355
- name: Azure roadmap

0 commit comments

Comments
 (0)