Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 313 Bytes

Registry Tests

Goal

Run various tests against the registries.

Run example

k6 run ./src/main.js --config ./src/configs/smoke.json

With an environment variable

See ./src/config.js for variables.

BASE_URL=http://xxx k6 run ./src/main.js --config ./src/configs/smoke.json

Load tests

TODO