Skip to content

Commit

Permalink
Merge branch 'master' into matt-ball-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ball authored Oct 19, 2023
2 parents 0f480a8 + f900e0c commit 797f53b
Show file tree
Hide file tree
Showing 2 changed files with 4,345 additions and 4 deletions.
7 changes: 3 additions & 4 deletions newman.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
const newman = require('newman')

const config = [{
collection: 'collection_one.json',
environment: 'env_one.json'
collection: 'postman_collection.json',
environment: 'postman_environment.json'
}, {
collection: 'collection_two.json',
environment: 'env_two.json'
collection: 'postman_echo.json'
}]

const runs = config.map((cfg, i) => {
Expand Down
Loading

0 comments on commit 797f53b

Please sign in to comment.