feedBack/package.json
2026-06-16 18:47:13 +02:00

17 lines
550 B
JSON

{
"name": "slopsmith-browser-tests",
"version": "1.0.0",
"description": "Browser tests for Slopsmith keyboard shortcuts and JS plugin-API contract tests under tests/js/.",
"license": "AGPL-3.0-only",
"scripts": {
"test": "playwright test",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:js": "node --test tests/js/*.test.js 'tests/plugins/*/js/*.test.js'",
"install:playwright": "playwright install chromium"
},
"devDependencies": {
"@playwright/test": "^1.59.1"
}
}