Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)