UNPKG

k6-test-framework

Version:

Enterprise-grade load testing solution with k6

12 lines (11 loc) 233 B
// config/environments.js export const environments = { staging: { baseUrl: "https://staging.reqres.in/api", timeout: 10000, }, production: { baseUrl: "https://reqres.in/api", timeout: 15000, }, };