mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 01:43:34 -04:00
17 lines
654 B
JSON
17 lines
654 B
JSON
{
|
|
"name": "alchemist-web-e2e",
|
|
"version": "0.3.1-rc.5",
|
|
"private": true,
|
|
"packageManager": "bun@1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:headed": "playwright test --headed",
|
|
"test:ui": "playwright test --ui",
|
|
"test:reliability": "playwright test tests/settings-nonok.spec.ts tests/setup-recovery.spec.ts tests/setup-happy-path.spec.ts tests/new-user-redirect.spec.ts tests/stats-poller.spec.ts tests/jobs-actions-nonok.spec.ts tests/jobs-stability.spec.ts tests/library-intake-stability.spec.ts tests/intelligence-actions.spec.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.54.2"
|
|
}
|
|
}
|