UNPKG

k6-test-framework

Version:

Enterprise-grade load testing solution with k6

5 lines (4 loc) 106 B
// config/global.js export const config = { BASE_URL: __ENV.BASE_URL || "https://reqres.in/api", };