Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdoutelb/strezz

stress test for any website
https://github.com/abdoutelb/strezz

docker docker-compose locust nodejs performance-testing stress stress-test stress-testing stresstest testing

Last synced: 2 days ago
JSON representation

stress test for any website

Awesome Lists containing this project

README

        

This project is used to make a stress test to web sites Based on [locust](https://locust.io/)

Mainly it generates a python file needed to locaust to run stress test.

# Strezz
![CircleCI](https://circleci.com/gh/abdoutelb/strezz.svg?style=svg)
[![codecov](https://codecov.io/gh/abdoutelb/strezz/branch/master/graph/badge.svg)](https://codecov.io/gh/abdoutelb/strezz)
[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/abdoutelb/strezz/?ref=repository-badge)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/abdoutelb/strezz.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/abdoutelb/strezz/context:javascript)

- Edit `.env` file with your testing url. (ex:url=https://google.com/)

Using docker compose
- `docker-compose up`

- check your `localhost:4000`

To run all tests run `jest` from CLI

HAVE FUN !!!