Skip to content

Demostration project to show how to use Playwright for End-To-End testing.

Notifications You must be signed in to change notification settings

chrisvasqm/e2e-playwright

Repository files navigation

End-To-End Playwright

Demostration project to show how to use Playwright for End-To-End testing against Automaty.

Getting started

  1. Make a copy of the example.env file and rename it to .env and setup the values that are missing.
  2. Install dependencies:
pnpm install
  1. Install the official Playwright extension.