@@ -32,6 +32,7 @@ Generate a k6 script quickly from an existing file.
32
32
33
33
k6 can output test results to various formats and 3rd-party services.
34
34
35
+ {{< column-list >}}
35
36
- [ Amazon CloudWatch] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/amazon-cloudwatch )
36
37
- [ Apache Kafka] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/apache-kafka )
37
38
- [ CSV] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/csv )
@@ -48,11 +49,13 @@ k6 can output test results to various formats and 3rd-party services.
48
49
- [ Prometheus] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/prometheus-remote-write )
49
50
- [ StatsD] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/statsd )
50
51
- [ TimescaleDB] ( https://grafana.com/docs/k6/<K6_VERSION>/results-output/real-time/timescaledb )
52
+ {{< /column-list >}}
51
53
52
54
## Continuous Integration and Continuous Delivery
53
55
54
56
By automating load testing with your CI / CD tools, you can quickly see when a code change has introduced a performance regression.
55
57
58
+ {{< column-list >}}
56
59
- [ AWS CodeBuild] ( https://k6.io/blog/integrating-k6-with-aws-codebuild/ )
57
60
- [ Azure Pipelines] ( https://k6.io/blog/integrating-load-testing-with-azure-pipelines/ )
58
61
- [ Bamboo] ( https://k6.io/blog/integrating-k6-with-bamboo/ )
@@ -65,7 +68,7 @@ By automating load testing with your CI / CD tools, you can quickly see when a c
65
68
- [ Jenkins] ( https://k6.io/blog/integrating-load-testing-with-jenkins/ )
66
69
- [ Keptn] ( https://k6.io/blog/performance-testing-in-keptn-using-k6/ )
67
70
- [ TeamCity] ( https://k6.io/blog/load-testing-using-teamcity-and-k6/ )
68
-
71
+ {{< /column-list >}}
69
72
## Chaos engineering
70
73
71
74
- [ Steadybit] ( https://k6.io/blog/chaos-engineering-with-k6-and-steadybit ) - Using k6 and Steadybit for chaos engineering.
0 commit comments