E2E Testing with Playwright course on Udemy
- This repo has initial code to get started with
e2e
,api testing
andvisual testing
with Playwright. - The different folders are available under
tests
.
npm install
to install the dependencies- In
package.json
file, underscript{}
there are different ways to run and what to test against.