Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elaichenkov/playwright-test-boilerplate

Playwright and Playwright Test end-to-end test automation boilerplate, using TypeScript and Playwright Expect.
https://github.com/elaichenkov/playwright-test-boilerplate

assertions automation boilerplate e2e-tests examples playwright playwright-test-runner playwright-tests playwright-typescript recipes tempalte testing typescript

Last synced: about 1 month ago
JSON representation

Playwright and Playwright Test end-to-end test automation boilerplate, using TypeScript and Playwright Expect.

Awesome Lists containing this project

README

        

# Playwright Test runner boilerplate [![Test](https://github.com/elaichenkov/playwright-test-boilerplate/actions/workflows/tests.yml/badge.svg)](https://github.com/elaichenkov/playwright-test-boilerplate/actions/workflows/tests.yml) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

> Includes: Playwright, Playwright Test runner, TypeScript and Playwright Expect.

## Usage
```sh
git clone https://github.com/elaichenkov/playwright-test-boilerplate.git

cd playwright-test-boilerplate

npm install

npm test
```

## Author

Yevhen Laichenkov