Quick start for performance testing using k6 grafana for e-commerce platforms
are ready-to-use scenarios in Docker, configured via URL and config.json file
All your configuration is in one Docker image – you start it and test your systems without any additional setup.
You add runners in your own infrastructure - full conrol over network traffic.
You upload alternative scenarios via URL and configure via mounted config.json file.
Default scenarios of k6 tests and visualisations in Grafana – quick start for your e-commerce.
config.json and add your URL with test scenario.
docker pull goodylabs/k6-estresso:latest
docker run -v ~/.estresso/your-ecommerce-config.json:/app/main-config.json goodylabs/k6-estresso
Replace ~/.estresso/your-ecommerce-config.json with your path to a config file.