https://github.com/matmanjs/cookbook
Cookbook for matman
https://github.com/matmanjs/cookbook
Last synced: 3 months ago
JSON representation
Cookbook for matman
- Host: GitHub
- URL: https://github.com/matmanjs/cookbook
- Owner: matmanjs
- License: mit
- Created: 2018-12-06T03:01:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T00:44:35.000Z (over 5 years ago)
- Last Synced: 2025-02-02T02:29:02.943Z (5 months ago)
- Size: 5.8 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 关于 matman
本文档为 [matman](https://github.com/matmanjs/matman) 的使用指导文档,它是一款用于在 web 前端做端对端测试(E2E,End-to-End Testing)的工具。
- GitHub 仓库地址: https://github.com/matmanjs/cookbook
- GitBook 在线文档: https://matmanjs.gitbook.io/cookbook
- matman GitHub 仓库地址: https://github.com/matmanjs/matman## 适合什么人阅读
如果你是 [matman](https://github.com/matmanjs/matman) 的使用者,在使用这个工具做 web 前端的端对端测试,那么本文档提供 api 说明和大量示例等资料将有助于你熟练掌握这个工具的用法。
如果你是新手,想了解 web 前端如何做端对端测试,那么通过阅读本文档,可以给你一些尝试的方向。
基于 matman 做 web 前端自动化的整套方案全部是用 js 语言来写,相比业界使用 python 等方式,对前端同学会更友好。但整套方案中,其实对 js 能力的要求并不高,只要会写 hello world ,基本也能够自己编写端对端测试用例。
## 文档内容简单介绍
- 简单入门
- api 说明
- 示例## 如何反馈问题
如果对于文档内容有疑问,可以在 https://github.com/matmanjs/cookbook/issues 给我们提 issue ,或者直接给我们提 pr。
如果对于 matman 工具有疑问,则请移步到 https://github.com/matmanjs/matman/issues 提 issue。