Skip to content

Examples of how to use playwright, and playwright with Jest

Notifications You must be signed in to change notification settings

oscarcarlstrom/playwright-intro

Repository files navigation

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

About

Examples of how to use playwright, and playwright with Jest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published