Skip to content

Environment variables are not saved to the disk when using bru.setEnvVar() #2160

@gcharondkt

Description

@gcharondkt

I have checked the following:

  • I use the newest version of bruno.
  • I've searched existing issues and found nothing related to my issue.

Describe the bug

  1. Create an environment
  2. Run the request
  3. Open the variable : the "key" is there
  4. Quit Bruno and reopen it
  5. There is no "key" anymore

.bru file to reproduce the bug

meta {
name: test
type: http
seq: 2
}

get {
url: http://google.fr
body: none
auth: none
}

tests {
bru.setEnvVar("key", "value");
}

Screenshots/Live demo link

N/A

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions