Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elaichenkov/playwright-test-boilerplate
- Owner: elaichenkov
- License: mit
- Created: 2021-06-29T06:41:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-29T07:06:30.000Z (over 3 years ago)
- Last Synced: 2024-11-09T18:03:44.858Z (3 months ago)
- Topics: assertions, automation, boilerplate, e2e-tests, examples, playwright, playwright-test-runner, playwright-tests, playwright-typescript, recipes, tempalte, testing, typescript
- Language: TypeScript
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd playwright-test-boilerplate
npm install
npm test
```## Author
Yevhen Laichenkov