Files
bruno/tests/global-environments/collection/set-global-nonstring.bru
Sanjai Kumar 8bad0262c6 feat: Enhance EnvironmentVariables component with read-only support for non-string values (#5616)
* feat: Enhance EnvironmentVariables component with read-only support for non-string values

* feat: minor refactor and cleanup worker app state

* fix: playwright test flow

---------

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

17 lines
236 B
Plaintext

meta {
name: set-global-nonstring
type: http
seq: 1
}
get {
url: https://example.com
body: none
auth: none
}
script:post-response {
bru.setGlobalEnvVar('numericVar', 170001);
bru.setGlobalEnvVar('booleanVar', true);
}