-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Cannot use process.env at global environment level #7572
Copy link
Copy link
Open
Labels
Description
I have checked the following:
- I have searched existing issues and found nothing related to my issue.
This bug is:
- making Bruno unusable for me
- slowing me down but I'm able to continue working
- annoying
- this feature was working in a previous version but is broken in the current release.
Bruno version
3.2.0
Operating System
Max OS Sequoia 15.7.3
Describe the bug
I cannot use process.env on the global environment level. There is no auto-completion, and if I set it manually the variable is still empty.
It works as expected at the collection environment level. However, although the UI is similar between the global environment, it is not behaving the same way.
Expected situation
- Ideally, make it possible for the global environment variables to be able to pick the values from the .env file at the workspace level (same behavior than the collections).
- If for some reasons that is not supported, then adapt the UI to hide the .env files on the bottom left.
.bru file to reproduce the bug
No response
Screenshots/Live demo link
--

Reactions are currently unavailable