Skip to content

Commit 2a609b4

Browse files
committed
Simplify overview page
1 parent 4f02956 commit 2a609b4

File tree

1 file changed

+27
-9
lines changed

1 file changed

+27
-9
lines changed

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

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,46 @@ Run your Playwright test suite in the cloud, without changes to your test code o
1414

1515
Get started with [Quickstart: run your Playwright tests at scale with Microsoft Playwright Testing](./quickstart-run-end-to-end-tests.md).
1616

17-
To learn more about how Playwright works and how to write end-to-end tests, visit the [Getting started documentation](https://playwright.dev/docs/intro) on the Playwright website.
17+
To learn more about how to create end-to-end tests with the Playwright framework, visit the [Getting started documentation](https://playwright.dev/docs/intro) on the Playwright website.
1818

1919
> [!IMPORTANT]
2020
> Microsoft Playwright Testing is currently in preview. For legal terms that apply to Azure features that are in beta, in preview, or otherwise not yet released into general availability, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2121
2222
## Accelerate tests with parallel remote browsers
2323

24-
As your application becomes more complex, your test suite increases in size. The time to complete your test suite also grows accordingly.
24+
As your application becomes more complex, your test suite increases in size. The time to complete your test suite also grows accordingly. Use parallel remote browsers to shorten the overall test suite completion time.
2525

26-
Microsoft Playwright Testing enables you to distribute your tests across many parallel remote browsers, hosted on cloud infrastructure. By using cloud-hosted browsers, you can scale your test beyond the processing power of your developer workstation, local infrastructure, or continuous integration (CI) agent machines. This parallelization helps you shorten the overall test suite completion time.
26+
- Distribute your tests across many parallel browsers, hosted on cloud infrastructure.
2727

28-
Microsoft Playwright Testing helps you to [optimize the regional latency](./how-to-optimize-regional-latency.md) between the client machine and the cloud-hosted browsers by creating the hosted browsers in the Azure region that's closest to your client machine. Alternately, you can choose to run your tests on browsers in the region that's linked to your Microsoft Playwright Testing workspace.
28+
- Scale your test beyond the processing power of your developer workstation, local infrastructure, or CI agent machines.
29+
30+
- Consistent regional performance by running your tests on browsers in an Azure region that's closest to your client machine.
31+
32+
Learn more about how you can [optimize regional performance](./how-to-optimize-regional-latency.md).
2933

3034
## Test across multiple operating systems and browsers
3135

32-
Application complexity isn’t the only factor in increasing test suite size. Modern web apps need to work flawlessly across numerous browsers, operating systems, and devices. Testing across all these configurations increases the amount of time it takes to run your test suite.
36+
Modern web apps need to work flawlessly across numerous browsers, operating systems, and devices.
37+
38+
- Run tests simultaneously across all modern browsers on Windows, Linux, and mobile emulation of Google Chrome for Android and Mobile Safari. Microsoft Playwright Testing supports all [browsers supported by Playwright](https://playwright.dev/docs/release-notes).
39+
40+
## Endpoint testing
41+
42+
Use cloud-hosted remote browsers to test web applications regardless of where they're hosted, without having to allow inbound connections on your firewall.
43+
44+
- Test publicly and privately hosted applications.
45+
46+
- During the development phase, run tests against a localhost development server.
47+
48+
## Playwright support
49+
50+
Microsoft Playwright Testing is built on top of the Playwright framework.
3351

34-
With Microsoft Playwright Testing, you can run these tests simultaneously across all modern browsers on Windows, Linux, and mobile emulation of Google Chrome for Android and Mobile Safari. Microsoft Playwright Testing supports all [browsers supported by Playwright](https://playwright.dev/docs/release-notes).
52+
- Support for multiple versions of Playwright with each new Playwright release.
3553

36-
## Test web applications regardless of their location
54+
- Integrate your existing Playwright test suite without changing your test code.
3755

38-
You can use Microsoft Playwright Testing for testing both publicly and privately accessible applications, without having to allow inbound connections on your firewall. During the development phase, you can also use Microsoft Playwright Testing to run tests against a localhost development server.
56+
- Continuous end-to-end testing by using the Playwright CLI to integrate with continuous integration (CI) tools.
3957

4058
## How it works
4159

@@ -58,4 +76,4 @@ Microsoft Playwright Testing automatically encrypts all data stored in your work
5876
## Next step
5977

6078
> [!div class="nextstepaction"]
61-
> [Run Playwright tests at scale](quickstart-run-end-to-end-tests.md)
79+
> [Quickstart: Run Playwright tests at scale](quickstart-run-end-to-end-tests.md)

0 commit comments

Comments
 (0)