Skip to content

Commit 4f02956

Browse files
committed
Add architecure diagram to overview
1 parent f8fc5f5 commit 4f02956

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Loading

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ You can use Microsoft Playwright Testing for testing both publicly and privately
4141

4242
Microsoft Playwright Testing instantiates cloud-hosted browsers across different operating systems. Playwright runs on the client machine and interacts with Microsoft Playwright Testing to run your Playwright tests on the hosted browsers. The client machine can be your developer workstation or a CI agent machine if you run your tests as part of your CI workflow. The Playwright test code remains on the client machine during the test run.
4343

44-
To run existing tests with Microsoft Playwright Testing requires no changes to your test code. Add a service configuration file to your test project, and specify your workspace settings, such as the access token and the service endpoint.
44+
:::image type="content" source="./media/overview-what-is-microsoft-playwright-testing/playwright-testing-architecture-overview.png" alt-text="Diagram that shows an architecture overview of Microsoft Playwright Testing." lightbox="./media/overview-what-is-microsoft-playwright-testing/playwright-testing-architecture-overview.png":::
4545

4646
After a test run completes, Playwright sends the test run metadata to the service. The test results, trace files, and other test run files are available on the client machine.
4747

48+
To run existing tests with Microsoft Playwright Testing requires no changes to your test code. Add a service configuration file to your test project, and specify your workspace settings, such as the access token and the service endpoint.
49+
4850
Learn more about how to [determine the optimal configuration for optimizing test suite completion](./concept-determine-optimal-configuration.md).
4951

5052
## In-region data residency & data at rest

0 commit comments

Comments
 (0)