I have several tests in my postman collection, but some of them depend on several others from the collection, since the latter set some envt variables that are used by other tests. I want them to run in sequence. Tests in my collection are distributed between different folders. Is it possible to define such a sequence in a test case, such as a structure?
source
share