testgenius-ai
Version:
🚀 TestGenius AI - The Ultimate E2E Testing Framework for Everyone | No Coding Required • AI-Powered Automation • Beautiful Reports • Zero Complexity
126 lines (125 loc) • 3.18 kB
JSON
{
"name": "testgenius-ai",
"version": "1.3.0",
"description": "🚀 TestGenius AI - The Ultimate E2E Testing Framework for Everyone | No Coding Required • AI-Powered Automation • Beautiful Reports • Zero Complexity",
"main": "dist/bin/testgenius.js",
"bin": {
"testgenius": "dist/bin/testgenius.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE",
"CHANGELOG.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
"WIKI_HOME.md",
"QUICKSTART.md",
"env.example",
"testgenius.config.js"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"start": "node dist/bin/testgenius.js",
"test": "echo 'No Jest tests configured - use testgenius CLI for testing'",
"lint": "eslint src/**/*.ts",
"clean": "rm -rf dist",
"setup:env": "bash setup-env.sh",
"prepublishOnly": "npm run build && npm test",
"prepack": "npm run build"
},
"keywords": [
"e2e-testing",
"webdriverio",
"ai-testing",
"automation",
"typescript",
"bdd",
"test-automation",
"selenium",
"browser-testing",
"test-recorder",
"smart-testing",
"ai-powered",
"end-to-end",
"testing-framework",
"chrome-automation",
"firefox-automation",
"safari-automation",
"edge-automation",
"test-reporting",
"qa-friendly",
"simple-testing",
"minimal-setup"
],
"author": "Hirok Sarker <hirok.sarker@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hiroksarker/testgenius-ai.git"
},
"bugs": {
"url": "https://github.com/hiroksarker/testgenius-ai/issues"
},
"homepage": "https://github.com/hiroksarker/testgenius-ai#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/hiroksarker"
},
"support": {
"email": "hirok.sarker@gmail.com",
"issues": "https://github.com/hiroksarker/testgenius-ai/issues",
"discussions": "https://github.com/hiroksarker/testgenius-ai/discussions",
"wiki": "https://github.com/hiroksarker/testgenius-ai/wiki"
},
"dependencies": {
"@langchain/openai": "^0.5.16",
"allure-commandline": "^2.27.0",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"devtools": "^8.42.0",
"dotenv": "^16.3.1",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"inquirer": "^8.2.6",
"langchain": "^0.3.29",
"open": "^10.1.2",
"openai": "^5.8.2",
"webdriverio": "^8.32.5"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"man": "./docs/man/testgenius.1",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"dist-tags": {
"latest": "1.3.0"
}
}