dennmart / artillery-github-actions

Run your Artillery tests with GitHub Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load Testing With Artillery and GitHub Actions

This repo contains an example for running Artillery load tests on GitHub Actions.

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 on SuperREPL.

GitHub Actions workflow

The included GitHub Actions workflow will trigger the load test after any code push to the main branch of the repository. The workflow is also configured to run every day at 12:00 AM (UTC).

About

Run your Artillery tests with GitHub Actions