mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-21 12:21:49 +00:00
Some checks failed
ship-ci / ci (push) Has been cancelled
Host enablement for the plugin ES-module migration: sandboxed /api/plugins/{id}/src/ serving, no-cache+weak-ETag/304 live-edit caching on src/+screen.js+assets, scriptType:module loader injection + scriptType/minHost manifest passthrough; constitution v1.2.0 + module playbook + signed size-exemptions register + maintainer/CI-only ESLint gate; rerunnable perf-baseline harness. Reviewed by Codex (local), Copilot, and CodeRabbit.
20 lines
638 B
JSON
20 lines
638 B
JSON
{
|
|
"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",
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-import-x": "^4.17.1"
|
|
}
|
|
}
|