Skip to content

Commit 2fdb0a1

Browse files
authored
List
1 parent f119c32 commit 2fdb0a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/playwright-testing/troubleshoot-test-run-failures.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Search for any instances of `pause()` statements in your code and comment them o
3030

3131
Your tests could be timing out because of the following reasons:
3232

33-
1. Your client machine is in a different region than the browsers.
33+
- Your client machine is in a different region than the browsers.
3434

3535
Connecting to service-hosted browsers introduces network latency. You might need to increase your [timeout settings in the Playwright configuration](https://playwright.dev/docs/test-timeouts). Start with increasing the *test timeout* setting in `playwright.service.config.ts`.
3636

37-
1. Trace files cause performance issues (currently a known problem).
37+
- Trace files cause performance issues (currently a known problem).
3838

3939
Sending the Playwright trace files from the service to the client machine can create congestion, which can cause tests to fail due to a timeout.You can [disable tracing in the Playwright configuration file](https://playwright.dev/docs/api/class-testoptions#test-options-trace).
4040

0 commit comments

Comments
 (0)