Skip to content

Commit baf73c2

Browse files
committed
Add link to VS Code extension
1 parent b218fc4 commit baf73c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: playwright-testing-preview
1010

1111
Microsoft Playwright Testing Preview is a fully managed service for end-to-end testing built on top of Playwright. With Playwright, you can automate end-to-end tests to ensure your web applications work the way you expect it to, across different web browsers and operating systems. The service abstracts the complexity and infrastructure for running Playwright tests with high parallelization.
1212

13-
Run your Playwright test suite in the cloud, without changes to your test code or modifications to your tooling setup. Use the Playwright Test Visual Studio Code extension for a rich editor experience, or use the Playwright CLI to add automation within your continuous integration (CI) workflow.
13+
Run your Playwright test suite in the cloud, without changes to your test code or modifications to your tooling setup. Use the [Playwright Test Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) for a rich editor experience, or use the Playwright CLI to add automation within your continuous integration (CI) workflow.
1414

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

@@ -55,6 +55,8 @@ Microsoft Playwright Testing is built on top of the Playwright framework.
5555

5656
- Integrate your existing Playwright test suite without changing your test code.
5757

58+
- Use the [Playwright Test Visual Studio Code extension](https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright) for a rich editor experience.
59+
5860
- Continuous end-to-end testing by using the Playwright CLI to [integrate with continuous integration (CI) tools](./quickstart-automate-end-to-end-testing.md).
5961

6062
## How it works

0 commit comments

Comments
 (0)