This repository is used for demonstration in a playwright lecture.
All examples are written in TypeScript.
You will find code examples of pure playwright in ...
Jest is a test runner and testing framework for JavsScript. You will find code examples of playwright with pure Jest in tests/jest-pure
jest-playwright is a Jest preset. You will find code examples of playwright with pure Jest in tests/jest-playwright
playwright-test is playwright's own test runner. You will find code examples of playwright with pure Jest in playwright-test-runner