UNPKG

k6-test-framework

Version:

Enterprise-grade load testing solution with k6

12 lines (11 loc) 204 B
// config/endpointOptions.js export const endpointConfig = { "/users": { methods: ["GET", "POST"], timeout: 5000, }, "/login": { methods: ["POST"], timeout: 3000, }, };