Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava
Playwright end-to-end test automation boilerplate, using ES6 Modules and AVA.
https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava
ava babel end-to-end-test-automation playwright
Last synced: 8 days ago
JSON representation
Playwright end-to-end test automation boilerplate, using ES6 Modules and AVA.
- Host: GitHub
- URL: https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava
- Owner: e2e-boilerplate
- License: mit
- Created: 2020-02-16T00:55:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T10:33:24.000Z (3 months ago)
- Last Synced: 2024-10-18T03:58:55.114Z (3 months ago)
- Topics: ava, babel, end-to-end-test-automation, playwright
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub Actions status | e2e-boilerplate/playwright-es-modules-babel-ava](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/workflows/playwright-es-modules-babel-ava/badge.svg)](https://github.com/e2e-boilerplate/playwright-es-modules-babel-ava/actions?workflow=playwright-es-modules-babel-ava) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Buy Me A Coffee](https://img.shields.io/badge/buy-me%20coffee-orange)](https://www.buymeacoffee.com/xgirma)
# Playwright Boilerplate
Playwright end-to-end test automation boilerplate, Using [ES Modules](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/), [Babel](https://babeljs.io) and [AVA](https://github.com/avajs/ava). Clone or fork this repository.
## Getting Started
1. git clone [email protected]:e2e-boilerplate/playwright-es-modules-babel-ava.git
2. cd playwright-es-modules-babel-ava
3. npm install
4. npm run test
For more boilerplate click [here](https://github.com/e2e-boilerplate/utils/blob/master/docs/implemented.md)