From d64858f66073613297855c4479244ef4a0bc7792 Mon Sep 17 00:00:00 2001 From: AgneKal <157694253+AgneKal@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:32:47 +0300 Subject: [PATCH] update structure --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eccaa70..f16e7ff 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "1.0.0", "main": "index.js", "scripts": { - "test": "newman run Automation-exercise.postman_collection.json", - "report": "newman run Automation-exercise.postman_collection.json -r htmlextra" + "test": "newman run postman/Automation-exercise.postman_collection.json", + "report": "newman run postman/Automation-exercise.postman_collection.json -r htmlextra" }, "keywords": [], "author": "AgneKal (https://github.com/AgneKal)",