ElSnoMan / pyclinic

A library to test services in Python
MIT License
5 stars 1 forks source link

Handle different Postman Environment scopes #16

Closed ElSnoMan closed 3 years ago

ElSnoMan commented 3 years ago

Overview

There are 3 Variable Scopes in Postman:

Global and Environment Variables

Exporting a collection does not include any variables at the Global or Environment scope

Collection Scope

We already parse and handle this! This is the ideal approach for using our tool.

ChainMap

The config order:

  1. Collection
  2. Environment
  3. Globals