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

https://github.com/matmanjs/matman

Web 端对端测试(E2E,End-to-End Testing)解决方案
https://github.com/matmanjs/matman

e2e-testing end-to-end-testing matman web-testing

Last synced: 7 months ago
JSON representation

Web 端对端测试(E2E,End-to-End Testing)解决方案

Awesome Lists containing this project

README

        

# matman

matman 是一个用于端对端测试的工具,更多资料请参考: [matman 官方文档](https://matmanjs.github.io/matman/) 。

## 特性

- 支持写自定义前端 js 脚本,将UI转为数据
- 支持模拟用户的操作
- 支持获取页面加载的事件,包括接口请求等

## 优势

- 纯 JavaScript: 使用 JS 语言来写用例,无额外学习成本
- 简单易用 告别繁琐: 测试框架提供多种场景支持,拿来即用
- 不只是测试UI: 独有的数据快照模型,不仅可以测UI,还可以测接口请求、性能分析等

## 参与协作开发

请参考 [开发指引说明](./DEVELOP.md) 。

## 文档

- [中文文档](https://matmanjs.github.io/matman)