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

Latest commit

 

History

History

aws-codebuild

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Load Testing With Artillery and AWS CodeBuild

This repo contains an example for running Artillery load tests on AWS CodeBuild.

For more details, read the "Integrating Artillery with AWS CodeBuild" 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

AWS CodeBuild buildspec

The included AWS CodeBuild buildspec configuration file is set up to run the load test, generate an HTML report, and store the artifact in an S3 bucket for later retrieval. You can also schedule the load test to run on a recurring schedule using Amazon EventBridge, as explained in the Artillery documentation.