Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun0day/autocannon-app
A web app based on autocannon
https://github.com/sun0day/autocannon-app
autocannon test-automation web-app
Last synced: about 1 month ago
JSON representation
A web app based on autocannon
- Host: GitHub
- URL: https://github.com/sun0day/autocannon-app
- Owner: sun0day
- License: mit
- Created: 2022-12-31T14:51:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T23:41:51.000Z (5 months ago)
- Last Synced: 2024-10-13T23:46:10.410Z (2 months ago)
- Topics: autocannon, test-automation, web-app
- Language: Vue
- Homepage:
- Size: 507 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# autocannon-app
A web app based on [autocannon](https://github.com/mcollina/autocannon)
- customize autocannon's config
- test history tracking
- test transaction flexible control# Preview
## Install
```shell
$ npm i autocannon-app -g
```## Start App
1. Execute command below:
```shell
cannon --port={your port, default 8080}
```2. Then visit `http://127.0.0.1:{your port}` in browser
## Where to store data
> All the config and test datas are stored in web `localStorage`