Skip to content

Commit

Permalink
feat: resize content overflow on guides
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnhem committed Nov 1, 2024
1 parent 4485658 commit 075a456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/learn/playwright/playwright-vs-others.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In short, Playwright builds on the experience of Puppeteer to provide a way to:
This is achieved in the form of a compact node library that exposes a high-level API to interact with web pages in a fast, secure, stable and simple way. As it is an open-source project, you can [contribute](https://github.com/microsoft/playwright/blob/master/CONTRIBUTING.md) to it yourself.

## Playwright vs Cypress
Long the dominant framework for (at the time) modern end-to-end testing, Cypress is still very widley used as a testing framework by front-end focused teams.
Long the dominant framework for (at the time) modern end-to-end testing, Cypress is still very widely used as a testing framework by front-end focused teams.

Due to architectural differences, Playwright can support multiple languages for writing tests, and run more browsers for testing. Due to Playwright's status as a free and open source project, users don't have to deal with new features being paywalled, a significant issue for Cypress users since 2023.

Expand Down

0 comments on commit 075a456

Please sign in to comment.