Closed eykrehbein closed 6 years ago
Option to add a parameter in each test file which defines in which order the files should be executed.
# File 1 version: 1 order: 1 # will be executed first requests: ...
# File 2 version: 1 order: 2 # will be executed after file 1 requests: ...
the workaround for this is pretty simple. I've been using alpha-numeric file naming:
0-FirstFile.strest.yml anotherFile.strest.yml
Option to add a parameter in each test file which defines in which order the files should be executed.