Skip to content

Commit b218fc4

Browse files
committed
Add cross-reference
1 parent 2a609b4 commit b218fc4

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
@@ -35,15 +35,17 @@ Learn more about how you can [optimize regional performance](./how-to-optimize-r
3535

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

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).
38+
- Run tests simultaneously across all modern browsers on Windows, Linux, and mobile emulation of Google Chrome for Android and Mobile Safari.
39+
40+
- Microsoft Playwright Testing supports all [browsers supported by Playwright](https://playwright.dev/docs/release-notes).
3941

4042
## Endpoint testing
4143

4244
Use cloud-hosted remote browsers to test web applications regardless of where they're hosted, without having to allow inbound connections on your firewall.
4345

4446
- Test publicly and privately hosted applications.
4547

46-
- During the development phase, run tests against a localhost development server.
48+
- During the development phase, [run tests against a localhost development server](./how-to-test-local-applications.md).
4749

4850
## Playwright support
4951

@@ -53,7 +55,7 @@ Microsoft Playwright Testing is built on top of the Playwright framework.
5355

5456
- Integrate your existing Playwright test suite without changing your test code.
5557

56-
- Continuous end-to-end testing by using the Playwright CLI to integrate with continuous integration (CI) tools.
58+
- Continuous end-to-end testing by using the Playwright CLI to [integrate with continuous integration (CI) tools](./quickstart-automate-end-to-end-testing.md).
5759

5860
## How it works
5961

0 commit comments

Comments
 (0)