Skip to content

docs: added Playwright to testing guide #2886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/v2/guide/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,15 @@ Cypress.io is a testing framework that aims to enhance developer productivity by
- [Official Vue CLI Cypress Plugin](https://cli.vuejs.org/core-plugins/e2e-cypress.html)
- [Cypress Testing Library](https://github.com/testing-library/cypress-testing-library)

#### Playwright

Playwright is a testing framework that enables reliable end-to-end and integration testing for modern web apps. This makes it possible to run your tests in Chromium, Firefox, and WebKit across all the platforms headless and headed.

**Resources**

- [Playwright's Official Website](https://playwright.dev)
- [GitHub repository](https://github.com/microsoft/playwright)

#### Nightwatch.js

Nightwatch.js is an end-to-end testing framework that can be used to test web applications and websites, as well as Node.js unit and integration testing.
Expand Down