Play with JavaScript, libraries, etc.
There are also some notes here about Markdown.
Markdown Ok man Ok la holy crap
oh yeah
duplicateAPostmanRequest.js
- This is used to copy a request from a source collection to a destination collection
- This script can only be used in Postman pre-request or post-response script.
- It cannot be run outside of Postman
newman run "Day 27- Scenario testing.postman_collection.json" --folder "New user workflow"
ABC
newman run "Day 27- Scenario testing.postman_collection.json" --folder "New user workflow"- Folder names should use snake case, for example, "regular_expressions"
- Filenames will use camel case, for example, "equalityComparison.js"