python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I stop Newman to run a collection on certain response code?
I'm relatively new to this,
How do I stop Newman to run a collection on certain response code? For example I want it to stop running on response 400 or 401 I tried the bail option but I guess I'm doin...
Craig
Votes: 0
Answers: 0
Using 5 threads to run postman folders
Is there a way to execute postman folders in parallel in a testng way ?
I have 5 collections, each one contains hundred of tests that are not dependent and use it's own data, so they can be parallaliz...
Hamza Amami
Votes: 0
Answers: 1
Multiple execution of newman in a single stage on Jenkins
I have some collections made with Postman and want to execute them using Newman in the same stage on a Jenkins environment.
My Jennkinsfile looks like below:
sh 'newman run /xxx/collection1.json'
sh '...
Daigo
Votes: 0
Answers: 1
Powershell Newman run pass --env-var as string
Trying to run via powershell postman collection as following:
newman run $collPath -e $envPath $envVarsStr
where
$envVarsStr is a string containg N number dynamically generated --env-var
e.g.
--env-v...
Oxana Viktorovna
Votes: 0
Answers: 1