Files
scrying-pool/tests/e2e/package.json
T
uberwald 5dc9b3b8d4
CI / ci (push) Failing after 7s
Module cleanup and tests
2026-05-24 23:13:45 +02:00

22 lines
543 B
JSON

{
"name": "scrying-pool-e2e",
"version": "1.0.0",
"description": "E2E tests for Scrying Pool FoundryVTT module",
"type": "module",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"test:foundry": "playwright test --project=foundry-chromium"
},
"dependencies": {
"@playwright/test": "^1.40.0",
"playwright": "^1.40.0"
},
"devDependencies": {},
"engines": {
"node": ">=18.0.0"
}
}