Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (7 loc) · 815 Bytes

File metadata and controls

13 lines (7 loc) · 815 Bytes

Load Testing With Artillery and GitLab CI/CD

This repo contains an example for running Artillery load tests on GitLab CI/CD.

For more details, read the "Integrating Artillery with GitLab CI/CD" section in the Artillery documentation.

Artillery test script

The example Artillery script will test a running Socket.IO server. You can run the test script and see it in action: https://repl.artillery.io/?s=4ae41a53-1fa7-4256-9d1c-2a80202c1ca2&hR=true

GitHub Actions workflow

The included GitLab CI/CD configuration file will trigger the load test after any code push to the repository, generate an HTML report and store the artifact for later retrieval.