{ "name": "apaw-web-testing", "version": "1.0.0", "description": "Web application testing suite for APAW - Visual regression, link checking, form testing, console error detection", "main": "tests/run-all-tests.js", "scripts": { "test": "node tests/run-all-tests.js", "test:visual": "node tests/scripts/compare-screenshots.js", "test:links": "node tests/scripts/link-checker.js", "test:console": "node tests/scripts/console-error-monitor.js", "docker:up": "docker compose -f docker-compose.web-testing.yml up -d", "docker:down": "docker compose -f docker-compose.web-testing.yml down", "docker:logs": "docker compose -f docker-compose.web-testing.yml logs -f", "report": "open tests/reports/web-test-report.html || xdg-open tests/reports/web-test-report.html" }, "keywords": [ "web-testing", "visual-regression", "e2e", "playwright", "mcp", "kilo-code" ], "author": "APAW Team", "license": "MIT", "dependencies": { "pixelmatch": "^5.3.0", "pngjs": "^7.0.0" }, "devDependencies": {}, "engines": { "node": ">=18.0.0" } }