From f900e0cf9c9f01679e1e8074dd9ecbdcec1e9c1f Mon Sep 17 00:00:00 2001 From: Matt Ball Date: Thu, 19 Oct 2023 09:22:56 -0700 Subject: [PATCH] Update newman.js --- newman.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/newman.js b/newman.js index c696304..c98b494 100644 --- a/newman.js +++ b/newman.js @@ -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) => {