Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 753 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 753 Bytes

playwright-intro

This repository is used for demonstration in a playwright lecture.

Examples

All examples are written in TypeScript.

Pure playwright

You will find code examples of pure playwright in ...

Pure jest with playwright

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

jest-playwright is a Jest preset. You will find code examples of playwright with pure Jest in tests/jest-playwright

playwright-test

playwright-test is playwright's own test runner. You will find code examples of playwright with pure Jest in playwright-test-runner