Skip to content

Commit

Permalink
Update newman.js
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ball authored Oct 19, 2023
1 parent a65af50 commit f900e0c
Showing 1 changed file with 3 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

0 comments on commit f900e0c

Please sign in to comment.