mirror of
https://github.com/got-feedBack/feedBack.git
synced 2026-07-22 12:52:29 +00:00
17 lines
550 B
JSON
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"
|
|
}
|
|
}
|