TrayserCassa / k6-shopware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana K6 with Shopware

This repository contains helpers and a example sceneario to run K6 against a Shopware Shop.

Requirements

  • Bun
  • K6

Usage

Adjust the .env file with your Shopware Shop Credentials.

Run bun run fetch-fixtures.ts to fetch seo-urls, the sales channel from external.

Run k6 run example.js to run the example scenario. The exaxmple scenario will create a new customer, add a product to the cart and checkout the cart.

You can adjust with -u USERS --iterations ITERATORS how often this and parallel this scenario should run.

About


Languages

Language:JavaScript 75.2%Language:TypeScript 24.8%