Postman: Is it possible to customize the sequence of test runs in the collector sheet?

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?

+4
source share
1 answer

Execution takes place according to how the folders and tests inside each are displayed inside Postman.

, , . . .

enter image description here

postman.setNextRequest('Request-title'); , .

- http://blog.getpostman.com/2016/03/23/conditional-workflows-in-postman/

+5

Source: https://habr.com/ru/post/1674536/


All Articles