Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/automation-test-starter/supertest-mocha-demo

a SuperTest API automation testing demo project with Mocha
https://github.com/automation-test-starter/supertest-mocha-demo

api-testing chai github-actions javascript mocha quickstart supertest

Last synced: 9 days ago
JSON representation

a SuperTest API automation testing demo project with Mocha

Awesome Lists containing this project

README

        


🇨🇳中文 | 🇬🇧English

# SuperTest-Mocha-demo

一个使用 Mocha 和 chai 的 SuperTest API 自动化测试演示项目

## 环境准备
- Nodejs ,我使用的 v21.1.0
- SuperTest 我使用的 6.3.3 版本
- mocha 我使用的是最新的 10.2.0 版本
- chai 我使用的是最新的 4.3.10 版本
- mochawesome 我使用的是最新的 7.1.3 版本

## 技术栈
- SuperTest
- mocha
- chai
- mochawesome
- GitHub action

## 项目运行

```bash
node run test
```

## 添加API测试用例

- 在 Specs目录下新加测试用例即可

## 更多信息

- [项目教程](https://github.com/Automation-Test-Starter/SuperTest-API-Test-Starter)