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: 14 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T07:42:11.000Z (11 months ago)
- Last Synced: 2025-04-15T14:57:49.452Z (14 days ago)
- Topics: automation, monocart, playwright, test, ui
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://www.npmjs.com/package/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)