hayd-caf
Version:
Haystacks D-CAF: Distinguished Cloud Automation Framework is a web/cloud/SaaS/mobile GUI automation plugin that leverages a suite of business rules and a factory pattern to auto-generate functions and strings for logging that are used to execute test acti
46 lines (45 loc) • 1.53 kB
JSON
{
"name": "hayd-caf",
"version": "0.0.4",
"description": "Haystacks D-CAF: Distinguished Cloud Automation Framework is a web/cloud/SaaS/mobile GUI automation plugin that leverages a suite of business rules and a factory pattern to auto-generate functions and strings for logging that are used to execute test actions against HTML based graphical user interfaces. Actions like click, type text, mouse over, right click, debug, F-12 developer tools, browser back, browser refresh, etc. This is the foundational sub-system of a no-code testing automation framework.",
"main": "./src/main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "node ./build/buildRelease/src/buildRelease.js",
"vers": "standard-version -m \"chore(release) version %s \"",
"docs": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SethEden/hayd-CAF.git"
},
"keywords": [
"GUI",
"Testing",
"Test",
"QA",
"QE",
"QC",
"Automation",
"Factory",
"no-code",
"codeceptjs"
],
"author": "Seth Hollingsead",
"license": "MIT",
"bugs": {
"url": "https://github.com/SethEden/hayd-CAF/issues"
},
"homepage": "https://github.com/SethEden/hayd-CAF#readme",
"dependencies": {
"@haystacks/async": "^0.2.11",
"@haystacks/constants": "^0.2.11",
"dotenv": "^16.0.3",
"moment": "^2.29.4"
},
"devDependencies": {
"jsdoc": "^4.0.2",
"standard-version": "^9.5.0"
}
}