Skip to content

Commit 809e830

Browse files
fix(testing): broken playwright link (#2870)
Update testing.md 1. Remove dead playwright read more link - https://playwright.dev/docs/why-playwright 2. Added info text from https://playwright.dev/docs/intro#introduction Co-authored-by: Natalia Tepluhina <[email protected]>
1 parent 6bd7cc7 commit 809e830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/scaling-up/testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ When end-to-end (E2E) tests are run in continuous integration/deployment pipelin
267267

268268
### Other Options {#other-options-2}
269269

270-
- [Playwright](https://playwright.dev/) is also a great E2E testing solution. WebKit is supported by Playwright, but Electron is marked experimental. See [Why Playwright](https://playwright.dev/docs/why-playwright) for more details.
270+
- [Playwright](https://playwright.dev/) is also a great E2E testing solution that supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari.
271271

272272
- [Nightwatch](https://nightwatchjs.org/) is an E2E testing solution based on [Selenium WebDriver](https://www.npmjs.com/package/selenium-webdriver). This gives it the widest browser support range, including native mobile testing. Selenium-based solutions will be slower than Playwright or Cypress.
273273

0 commit comments

Comments
 (0)