Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

image

image

## 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`