Skip to content

Commit 76c5882

Browse files
committed
add inquirer
1 parent 5e30707 commit 76c5882

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@
33
"version": "1.2.3",
44
"main": "index.js",
55
"scripts": {
6-
"test": "echo \"Error: no test specified\" && exit 1"
6+
"test": "echo \"Error: no test specified\" && exit 1",
7+
"test:regression-dev": "mocha runner/regression.js --timeout 15000"
78
},
89
"type": "module",
910
"bin": {
1011
"generate": "index.js"
1112
},
1213
"author": "Hadi Indrawan",
1314
"license": "ISC",
14-
"description": "This project has created to relieve work load as SDET or Automation Test Engineer. In moderation, automation API code able to write with only run the script and generate from Postman collection. You just export the collection, and run the Generator to write the automation code."
15-
}
15+
"description": "This project has created to relieve work load as SDET or Automation Test Engineer. In moderation, automation API code able to write with only run the script and generate from Postman collection. You just export the collection, and run the Generator to write the automation code.",
16+
"dependencies": {
17+
"inquirer": "^9.1.4"
18+
}
19+
}

0 commit comments

Comments
 (0)