Getting started with Playwright Testing

CircleCI

An application to show how to get started with the Playwright test framework.

1. Clone repo

git clone https://github.com/mwaz/getting-started-with-playwright.git

2. CD into cloned repository

cd getting-started-with-playwright

3. Installl dependencies

npm install

5. Run tests

npm run test

Details

This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program