Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 734 Bytes

npm npm

monocart

Web UI automation test tool based on playwright

Example Project

https://github.com/cenfun/monocart-test

Install

npm i monocart

Usage

npx monocart test [config.default.js] -s <spec> -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)