Skip to content

Commit

Permalink
fix(testing): broken playwright link (#2870)
Browse files Browse the repository at this point in the history
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 <tarya.se@gmail.com>
  • Loading branch information
Yordan-Ramchev and NataliaTepluhina committed May 15, 2024
1 parent 6bd7cc7 commit 809e830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/scaling-up/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ When end-to-end (E2E) tests are run in continuous integration/deployment pipelin

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

- [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.
- [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.

- [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.

Expand Down

0 comments on commit 809e830

Please sign in to comment.