/learn-playwright

A playground for learning Playwright, an end-to-end testing framework

Primary LanguageTypeScript

Learn Playwright

A playground for learning Playwright, an end-to-end testing framework.

Bootstrapped with Create React App.

Quickstart

  1. npm i - install dependencies
  2. npm start - start dev server
  3. npm test - run playwright tests

For the best experience, install the VS Code extension

Writing Tests

An example test file can be found in the tests directory.

See Writing Tests from the docs