From b8cbaa2910373146ca523b1e2719cbdfd6634ebf Mon Sep 17 00:00:00 2001 From: Roopesh Hiriyanna Date: Sun, 10 Nov 2024 12:38:46 +0100 Subject: [PATCH] chore: updated readme with CI paragraph --- ReadMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 447988e..9139209 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -88,3 +88,7 @@ This guide will help you set up and run k6 for load testing on both Windows and ### K6 test report - k6 report that was generated is also committed (`k6-report.html`) so you can see the trends of how was the response time affected as the number of VUs increased and decreased over time. + +## CI + +- The k6 tests are integrated with GitHub Actions. For now the tests are run only on push to the `main` branch. But we can always change this strategy as per our needs. You can see the tests running on [GitHub Actions](https://github.com/roopeshh/k6-load-tests/actions).