postman-bdd icon indicating copy to clipboard operation
postman-bdd copied to clipboard

A BDD test framework for Postman and Newman

Results 4 postman-bdd issues
Sort by recently updated
recently updated
newest added

When some test failed.I would like to terminate the script. Can I terminate next test? ` eval(globals.postmanBDD); describe('Get customer info', () => { it('should return a 200 response', () =>...

enhancement

Hi , How does npm install postman-bdd work ? Can I avoid call to bigstick to get the .js bdd code ?

The postman team added a "pm.sendRequest" (https://gist.github.com/madebysid/b57985b0649d3407a7aa9de1bd327990). I keep getting "pm.sendRequest is not a function" when I try adding that to globals or to the prerequest script. Do you have...

When I use the before block inside the describe block the code inside the before block isn't called but if I put the before block outside of the describe block...

bug