@dot.indonesia/po-gen
Version:
This project has created to relieve work load as SDET or Automation Test Engineer. You just export the postman collection, and run this generator to write the automation code.
55 lines (54 loc) • 1.44 kB
JSON
{
"name": "@dot.indonesia/po-gen",
"version": "3.0.7",
"main": "lib/index.js",
"scripts": {
"test": "mocha runner/regression.js --timeout 15000",
"build": "rm -rf lib && tsc && tsc --build tsconfig.build.json && tsc-alias && tscp"
},
"type": "module",
"bin": {
"generate": "lib/index.js"
},
"files": [
"lib",
"README"
],
"keywords": [
"qa",
"sdet",
"automation",
"mocha",
"chai",
"generate",
"generator",
"postman",
"collection",
"testing",
"oop",
"pom",
"webdriverio",
"playwright"
],
"repository": {
"type": "git",
"url": "https://github.com/hadiindrawan/automation-api-generator.git"
},
"author": "Hadi Indrawan <hadiindrawan157@gmail.com> (https://github.com/hadiindrawan)",
"license": "MIT",
"description": "This project has created to relieve work load as SDET or Automation Test Engineer. You just export the postman collection, and run this generator to write the automation code.",
"dependencies": {
"inquirer": "^9.1.4"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"typescript": "^5.3.3",
"typescript-cp": "^0.1.9"
}
}