ng-qcauto
Version:
Effortless, stable test IDs for Angular apps. Automatically injects data-qcauto attributes for QA and test automation teams without cluttering templates.
59 lines • 1.42 kB
JSON
{
"name": "ng-qcauto",
"version": "2.0.8",
"description": "Effortless, stable test IDs for Angular apps. Automatically injects data-qcauto attributes for QA and test automation teams without cluttering templates.",
"author": "Kareem Mostafa",
"license": "MIT",
"keywords": [
"angular",
"test-automation",
"qa",
"testing",
"test-ids",
"data-attributes",
"e2e-testing",
"selenium",
"cypress",
"playwright",
"test-selectors",
"dom-automation",
"quality-assurance",
"test-utilities",
"angular-library",
"mutation-observer",
"stable-selectors",
"automated-testing",
"frontend-testing",
"ng-library",
"testid",
"data-testid",
"test-attribute"
],
"repository": {
"type": "git",
"url": "https://github.com/KareemMostafa77/qc-auto-package.git"
},
"bugs": {
"url": "https://github.com/KareemMostafa77/qc-auto-package/issues"
},
"homepage": "https://kareemmostafa77.github.io/qc-auto-package/",
"peerDependencies": {
"@angular/common": "^20.3.0",
"@angular/core": "^20.3.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/ng-qcauto.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-qcauto.mjs"
}
}
}