This repo contains an example for running Artillery load tests on CircleCI.
For more details, read the "Integrating Artillery with CircleCI" section in the Artillery documentation.
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
The included CircleCI configuration file will trigger the load test after any code push to the main
branch of the repository, and is set up to run on a schedule every day at 12:00 AM (UTC) against the main
branch. The workflow will also generate an HTML report and store the artifact for later retrieval.