JamesMessinger / postman-bdd

A BDD test framework for Postman and Newman
http://www.getpostman.com
MIT License
140 stars 29 forks source link

Integration broken and Test cases not updated back due to Test link as assertion number "1. SP-3751:Get response 200" #16

Closed shriharshdesai closed 7 years ago

shriharshdesai commented 7 years ago

please help me with command to exclude the numbers from Assertion result

  1. SP-3751:Get response 200
  2. SP-3752:Get response 300
shriharshdesai commented 7 years ago

Earlier in BDD ver 1.0.5 , there were no numbering for assertions.

JamesMessinger commented 7 years ago

Hi @shriharshdesai. The numbers at the beginning of the test names were added in this commit, which was first included in Postman BDD v4.0.

If you wish to continue using Postman BDD v3.0, then you can change the download link in your collection to point to http://bigstickcarpet.com/postman-bdd/dist/v3/postman-bdd.min.js.

shriharshdesai commented 7 years ago

Thanks @BigstickCarpet