Skip to content

Commit 740609c

Browse files
committed
Update after PM feedback
1 parent baf73c2 commit 740609c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/playwright-testing/overview-what-is-microsoft-playwright-testing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,20 @@ As your application becomes more complex, your test suite increases in size. The
2525

2626
- Distribute your tests across many parallel browsers, hosted on cloud infrastructure.
2727

28-
- Scale your test beyond the processing power of your developer workstation, local infrastructure, or CI agent machines.
28+
- Scale your tests beyond the processing power of your developer workstation, local infrastructure, or CI agent machines.
2929

3030
- Consistent regional performance by running your tests on browsers in an Azure region that's closest to your client machine.
3131

32-
Learn more about how you can [optimize regional performance](./how-to-optimize-regional-latency.md).
32+
Learn more about how you can [configure for optimal performance](./concept-determine-optimal-configuration.md).
3333

34-
## Test across multiple operating systems and browsers
34+
## Test consistently across multiple operating systems and browsers
3535

3636
Modern web apps need to work flawlessly across numerous browsers, operating systems, and devices.
3737

3838
- Run tests simultaneously across all modern browsers on Windows, Linux, and mobile emulation of Google Chrome for Android and Mobile Safari.
3939

40+
- Using service-managed browsers ensures consistent and reliable results for both functional and visual regression testing, whether tests are run from your team's developer workstations or CI pipeline.
41+
4042
- Microsoft Playwright Testing supports all [browsers supported by Playwright](https://playwright.dev/docs/release-notes).
4143

4244
## Endpoint testing

0 commit comments

Comments
 (0)