Skip to content

Reptarsrage/loadtest

Repository files navigation

Load Test

Runs configurable load tests against web API endpoints

Travis CI CodeCov

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

Docker

# Build a nuxt-docker image
$ docker build -t loadtest .

# Run the container for the nuxt-docker image with a exposed port 3000
$ docker run --rm -it -p 3000:3000 loadtest

About

Runs configurable load tests against web API endpoints

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •