{ "name": "feedBack-browser-tests", "version": "1.0.0", "description": "Browser tests for FeedBack 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" } }