mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-12 07:40:26 -08:00
✅ Add basic playwright tests for Aladin Lite UI
This commit is contained in:
committed by
Matthieu Baumann
parent
fcefe89f17
commit
c89156211b
@@ -44,11 +44,14 @@
|
||||
"serve:dbg": "npm run dev:dbg",
|
||||
"preview": "vite preview",
|
||||
"test:build": "cd src/core && cargo test --release --features webgl2",
|
||||
"test:unit": "vitest run",
|
||||
"test:playwright": "npx playwright test",
|
||||
"test:update-snapshots": "npx playwright test --update-snapshots",
|
||||
"doc": "jsdoc -c jsdoc.json src/js src/js/shapes && cp aladin-logo.png docs/",
|
||||
"doc:dev": "npm run doc && open docs/index.html"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.45.2",
|
||||
"@types/node": "^20.14.11",
|
||||
"happy-dom": "^10.11.0",
|
||||
"jsdoc": "^4.0.2",
|
||||
"vite": "^4.3.8",
|
||||
|
||||
Reference in New Issue
Block a user