Skip to content

Commit 109e1d8

Browse files
committed
edit package json
1 parent 76c5882 commit 109e1d8

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ package-lock.json
44
tests
55
runner
66
mochawesome-report
7-
notes.txt
8-
*.json
7+
notes.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Automation API Generator
33

4-
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.
4+
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.
55

66
## Objectives
77

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dot-generator-mocha",
3-
"version": "1.2.3",
3+
"version": "1.2.5",
44
"main": "index.js",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1",
@@ -10,6 +10,18 @@
1010
"bin": {
1111
"generate": "index.js"
1212
},
13+
"keywords": [
14+
"qa",
15+
"automation",
16+
"mocha",
17+
"chai",
18+
"generator",
19+
"postman"
20+
],
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/hadiindrawan/automation-test-generator"
24+
},
1325
"author": "Hadi Indrawan",
1426
"license": "ISC",
1527
"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.",

0 commit comments

Comments
 (0)