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).