Files
bruno/tests/environments/api-setEnvVar/collection/api-setEnvVar-with-persist.bru
2025-09-07 03:05:11 +05:30

15 lines
200 B
Plaintext

meta {
name: api-setEnvVar-with-persist
type: http
seq: 1
}
get {
url: {{host}}/ping
body: none
auth: none
}
script:pre-request {
bru.setEnvVar("token", "secret", { persist: true });
}