Open dcmeglio opened 4 years ago
@vvs11 Are we looking forward to this request? If yes, I can work on this as this is similar to another feature request related to options.
Hey @adityaofficial10
The best person to tag is @vvs11 🏆
Hey @adityaofficial10
The best person to tag is @vvs11 🏆
Sure, thanks for guidance.
when can we start to use it?
newman -v
): 5.1.0Really more of a suggestion than an issue. It would be nice if newman could have a --exclude-folder that is the OPPOSITE of --folder
postman.setNextRequest can be used to simulate this, however it requires that tests be in a very particular order. If someone reorders tests they might not realize that that there are such statements in a pre-request script and now we skip the wrong tests.
It would be nice if from newman we could exclude particular folders so that if there are conditional tests, we can simply put them in those folders and alter command line args as needed to include/exclude.