Skip to content

cronn/frontend-test-playwright-example

Repository files navigation

Cucumber with Playwright (JavaScript)

This repository contains an example project that integrates Cucumber with Playwright. You need a recent NodeJS version. During installation, Playwright downloads browser binaries for Chromium, Firefox and WebKit.

Quick Start

$ git clone https://github.com/cronn-de/frontend-test-playwright-example your-own-tests
$ cd your-own-tests
$ npm install

# run tests with Chromium
$ npm test
$ npm run test:chromium

# run tests with Mozilla Firefox
$ npm run test:firefox

# run tests with WebKit
$ npm run test:webkit

cronn GmbH

About

Exemplary setup of frontend tests with Playwright

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published