Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 675 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 675 Bytes

E2E test repo template (with Playwright)

If you need to write E2E tests, consider using Playwright. It has many advantages.

In this short video, you can watch how to use this repo to write E2E tests.

📦 Install

Prerequisites: latest version of Node (you can use nvm to install it, ie. nvm install)

npm install-deps

✅ Test

npm test

🏎 Run

npm run debug
npm run record