grafana / xk6-disruptor

Extension for injecting faults into k6 tests
https://k6.io/docs/javascript-api/xk6-disruptor/
GNU Affero General Public License v3.0
89 stars 9 forks source link

Enable integration tests on CI/CD #369

Open roobre opened 10 months ago

roobre commented 10 months ago

After the latest efforts of migrating integration tests to testcontainers (#340 #341 #342), we may be in a state where integration tests are fast enough to be run on CI/CD, possibly together with unit tests.

We should study how long these tests take to run in GitHub runners, and if we consider that acceptable, enable the tests in the relevant workflows.