Skip to content

StarBax89/PostCamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostCamp

Create a test scenario (Collection) from different Postman Collections

  1. $ npm install -g

  2. $ postcamp create -t 'TestConfig.json' -o './out.json'

To run newman after test creation: $ postcamp create -t 'TestConfig.json' -o './out.json' -newman true

 {
   "name": "collectionName",
   "items": [
     {
       "collection": "TestCollection.postman_collection.json",
       "folder": "Folder1",
       "requestName": "Request7"
     },
     {
       "collection": "TestCollection.postman_collection.json",
       "folder": "Folder2",
       "requestName": "Request8"
     }
   ]
 }

 

Known issues:

  • Multiple requests with same name
  • Multiple folders with same name
  • No error message if folder is not found (cannot find item of null)
  • Naming of out collection not working

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published