File tree Expand file tree Collapse file tree 2 files changed +897
-253
lines changed
Expand file tree Collapse file tree 2 files changed +897
-253
lines changed Original file line number Diff line number Diff line change 1616 "scripts" : {
1717 "build" : " vite build" ,
1818 "test" : " vitest run --coverage --passWithNoTests" ,
19+ "test:e2e:setup" : " xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' --" ,
20+ "test:e2e" : " cross-env npm run test:e2e:setup npx playwright test ./tests/src" ,
1921 "test:watch" : " vitest watch --coverage --passWithNoTests" ,
2022 "watch" : " tsc -w"
2123 },
22- "dependencies" : {},
2324 "devDependencies" : {
25+ "@playwright/test" : " ^1.50.0" ,
2426 "@podman-desktop/api" : " ^1.6.3" ,
27+ "@podman-desktop/tests-playwright" : " next" ,
2528 "@types/node" : " ^18" ,
29+ "cross-env" : " ^7.0.3" ,
30+ "electron" : " ^34.0.1" ,
2631 "mkdirp" : " ^3.0.1" ,
2732 "typescript" : " 5.3.3" ,
2833 "vite" : " ^5.0.9" ,
34+ "xvfb-maybe" : " ^0.2.1" ,
2935 "zip-local" : " ^0.3.5"
30- }
36+ },
37+ "packageManager" :
" [email protected] " 3138}
You can’t perform that action at this time.
0 commit comments