Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.03 KB

Load testing with Artillery

This repository hosts a demo application with login functionality, specifically designed to demonstrate load testing using Artillery.

Tutorial: Load Testing with Artillery: A Beginner's Guide.

Demo App Screenshot

🟢 Prerequisites

📦 Getting started

  • Clone this repo to your machine:
git clone https://github.com/betterstack-community/artillery-auth-app.git
  • Install the dependencies:
cd artillery-auth-app && npm install
  • Start the development server:
npm start

⚖ License

The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0