Files
bruno/tests/environments/api-setEnvVar/fixtures/collection/api-setEnvVar-without-persist.bru
Sanjai Kumar c5325c732f feat: enhance environment variable persistence handling (#5783)
* feat: enhance environment variable persistence handling

* feat: experiment playwright with multiple workers

---------

Co-authored-by: Bijin Bruno <bijin@usebruno.com>
2025-10-25 19:02:45 +05:30

15 lines
184 B
Plaintext

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