UNPKG
k6-test-framework
Version:
latest (1.0.0)
1.0.0
Enterprise-grade load testing solution with k6
k6-test-framework
/
config
/
global.js
5 lines
(4 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
// config/global.js
export
const
config = { BASE_URL: __ENV.BASE_URL ||
"https://reqres.in/api"
, };