> For the complete documentation index, see [llms.txt](https://matmanjs.gitbook.io/cookbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://matmanjs.gitbook.io/cookbook/master.md).

# 关于 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。
