Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/automation-test-starter/supertest-mocha-demo
- Owner: Automation-Test-Starter
- License: apache-2.0
- Created: 2023-11-02T06:47:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-10T04:58:36.000Z (about 1 year ago)
- Last Synced: 2024-10-11T22:41:23.167Z (about 1 month ago)
- Topics: api-testing, chai, github-actions, javascript, mocha, quickstart, supertest
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)