Skip to content

Commit

Permalink
Update Postman_Environment_Variables.md
Browse files Browse the repository at this point in the history
Add Useful tips to the instruction
  • Loading branch information
Damngoblin authored Mar 20, 2024
1 parent a92bccd commit 52b2029
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Topics/Tech_Stacks/Postman/Postman_Environment_Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,15 @@ Global variables are a type of variable, accessible across all environments with
pm.environment.get("variable_name");
```

## Useful tips:
1. You can duplicate an existing Environment by

![](./assets/environment-duplicate.png)

2. Just like a GitHub repository, you can fork, pull, create pull request, merge Postman Environments.

![](./assets/environment-features.png)


## References
[1]. https://learning.postman.com/docs/sending-requests/variables/managing-environments/

0 comments on commit 52b2029

Please sign in to comment.