Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Open source API testing tool. 开源接口调试、测试工具。Mock Server
| Date | Stars |
|---|---|
| 2026-07-24 | 368 |
| 2026-07-25 | 368 |
| 2026-07-28 | 368 |
| 2026-07-30 | 368 |
| 2026-08-06 | 368 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
[](https://cla-assistant.io/LinuxSuRen/api-testing) [](https://app.codacy.com/gh/LinuxSuRen/api-testing/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://app.codacy.com/gh/LinuxSuRen/api-testing/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) [](https://tooomm.github.io/github-release-stats/?username=linuxsuren&repository=api-testing) [](https://hub.docker.com/r/linuxsuren/api-testing) [](https://github.com/LinuxSuRen/open-source-best-practice)  > English | [中文](README-ZH.md) This is an awesome API testing tool. 🚀 ## Features * Supported protocols: HTTP, gRPC, tRPC * Multiple test report formats: Markdown, HTML, PDF, Stdout * Mock Server in simple configuration, and Open API support * Support converting to [JMeter](https://jmeter.apache.org/) files * Response Body fields equation check or [eval](https://expr.medv.io/) * Validate the response body with [JSON schema](https://json-schema.org/) * Pre and post handle with the API request * Run in server mode, and provide the [gRPC](pkg/server/server.proto) and HTTP endpoint * [VS Code extension](https://github.com/LinuxSuRen/vscode-api-testing) support * Simple Database query support * Multiple storage backends supported(Local, ORM Database, S3, Git, Etcd, etc.) * [HTTP API record](https://github.com/LinuxSuRen/atest-ext-collector) * Install in multiple use cases(CLI, Container, Native-Service, [Operator](https://github.com/LinuxSuRen/atest-operator), Helm, etc.) * Monitoring integration with Prometheus, SkyWalking ## Get started [](http://play-with-docker.com?stack=https://raw.githubusercontent.com/LinuxSuRen/api-testing/master/docs/manifests/docker-compose.yml) Install it via [hd](https://github.com/LinuxSuRen/http-downloader) or download from [releases](https://github.com/LinuxSuRen/api-testing/releases): ```shell hd install atest ``` or, you can install it in Kubernetes. See also the [manifests](docs/manifests/kubernetes/default/manifest.yaml). see the following usage: ```shell API testing tool Usage: atest [command] Available Commands: completion Generate the autocompletion script for the specified shell func Print all the supported functions help Help about any command json Print the JSON schema of the test suites struct run Run the test suite sample Generate a sample test case YAML file server Run as a server mode service Install atest as a Linux service Flags: -h, --help help for atest -v, --version version for atest Use "atest [command] --help" for more information about a command. ``` below is an example of the usage, and you could see the report as well: `atest run -p sample/testsuite-gitlab.yaml --duration 1m --thread 3 --report md` | API | Average | Max | Min | Count | Error | |---|---|---|---|---|---| | GET https://gitlab.com/api/v4/projects | 1.152777167s | 2.108680194s | 814.928496ms | 99 | 0 | | GET https://gitlab.com/api/v4/projects/45088772 | 840.761064ms | 1.487285371s | 492.583066ms | 10 | 0 | consume: 1m2.153686448s ## Use in Docker Use `atest` as server mode in Docker, then you could visit the UI from `
Excerpt of 5,646 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:51118aaa4a089403, topic:testing