A repository containing boilerplate code for the k6 project described in an eight-part series dedicated to learning k6 from scratch. The project includes best practices and integration with influxDB and Grafana.
npm install
Build image from dockerfile:
docker build -t k6-with-npm .
Run influxDB and Grafana
docker-compose up -d influxdb grafana
Run test
sudo docker-compose run --rm k6 run wyszukiwanie-artykulu:smoke
English:
- Performance under control with k6 – introduction
- Performance under control with k6 – recording, parametrization, and running the first test scenario
- Performance under control with k6 – metrics, quality thresholds, tagging
- Performance under control with k6 – additional configurations types of scenario models and executors
- soon
- soon
- soon
- soon
Polish:
- Wydajność pod kontrolą z k6 - Co skłania mnie do wyboru k6?
- Wydajność pod kontrolą z k6 – nagrywanie, parametryzacja i uruchamianie pierwszego scenariusza testowego
- Wydajność pod kontrolą z k6 – metryki, progi jakości, tagowanie
- Wydajność pod kontrolą z k6 – dodatkowe konfiguracje, typy modeli scenariuszy oraz executorów
- soon
- soon
- soon
- soon