Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cenfun/monocart
Web UI automation test tool based on playwright
https://github.com/cenfun/monocart
automation monocart playwright test ui
Last synced: 23 days ago
JSON representation
Web UI automation test tool based on playwright
- Host: GitHub
- URL: https://github.com/cenfun/monocart
- Owner: cenfun
- License: mit
- Created: 2022-06-01T03:17:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T09:47:32.000Z (8 months ago)
- Last Synced: 2024-04-24T12:10:51.693Z (7 months ago)
- Topics: automation, monocart, playwright, test, ui
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](/assets/monocart.jpg)
[![npm](https://img.shields.io/npm/v/monocart)](https://www.npmjs.com/package/monocart)
[![npm](https://img.shields.io/npm/dw/monocart)](https://www.npmjs.com/package/monocart)# monocart
> Web UI automation test tool based on [playwright](https://github.com/microsoft/playwright)## Example Project
[https://github.com/cenfun/monocart-test](https://github.com/cenfun/monocart-test)## Install
```sh
npm i monocart
```## Usage
```sh
npx monocart test [config.default.js] -s -d
```## Features
- playwright and @playwright/test
- lint test codes (eslint + check naming)
- building client library helper
- customize test config
- customize test reporter
- code coverage/request capturer (TODO)