mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
* feat: enhance environment variable persistence handling * feat: experiment playwright with multiple workers --------- Co-authored-by: Bijin Bruno <bijin@usebruno.com>
16 lines
219 B
Plaintext
16 lines
219 B
Plaintext
meta {
|
|
name: multiple-persist-vars-2
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{host}}/ping
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
script:pre-request {
|
|
bru.setEnvVar("multiple-persist-vars-key2", "value2", { persist: true });
|
|
}
|