Skip to content

Commit 787c7d1

Browse files
authored
Merge pull request #253297 from ntrogh/mpt-troubleshooting
[Microsoft Playwright Testing] Update troubleshooting information
2 parents 2e72b06 + 2fdb0a1 commit 787c7d1

12 files changed

+82
-124
lines changed

articles/playwright-testing/how-to-manage-access-tokens.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ You can only delete access tokens that you created in a workspace. To create an
102102
> [!CAUTION]
103103
> You can't undo the delete operation of an access token. Any existing scripts for running tests with this token will fail after deleting the access token.
104104
105-
## Troubleshooting
106-
107-
[!INCLUDE [include-troubleshooting-unauthorized](includes/include-troubleshooting-unauthorized.md)]
108-
109105
## Related content
110106

111107
- Learn more about [managing access to a workspace](./how-to-manage-workspace-access.md).

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
@@ -217,18 +217,6 @@ Update the CI workflow definition to run your Playwright tests with the Playwrig
217217

218218
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.
219219

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

234222
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
@@ -172,22 +172,6 @@ Once your tests are running smoothly with the service, experiment with varying t
172172
173173
Learn more about how to [determine the optimal configuration for optimizing test suite completion](./concept-determine-optimal-configuration.md).
174174
175-
## Troubleshooting
176-
177-
[!INCLUDE [include-troubleshooting-sign-into-portal](includes/include-troubleshooting-sign-into-portal.md)]
178-
179-
[!INCLUDE [include-troubleshooting-unauthorized](includes/include-troubleshooting-unauthorized.md)]
180-
181-
[!INCLUDE [include-troubleshooting-slow-tests](includes/include-troubleshooting-slow-tests.md)]
182-
183-
[!INCLUDE [include-troubleshooting-test-timeout](includes/include-troubleshooting-test-timeout.md)]
184-
185-
[!INCLUDE [include-troubleshooting-test-hang](includes/include-troubleshooting-test-hang.md)]
186-
187-
[!INCLUDE [include-troubleshooting-time-different](includes/include-troubleshooting-time-different.md)]
188-
189-
[!INCLUDE [include-troubleshooting-firewall](includes/include-troubleshooting-firewall.md)]
190-
191175
## Next step
192176
193177
You've successfully created a Microsoft Playwright Testing workspace in the Playwright portal and run your Playwright tests on cloud browsers.

0 commit comments

Comments
 (0)