File tree 2 files changed +897
-253
lines changed
2 files changed +897
-253
lines changed Original file line number Diff line number Diff line change 16
16
"scripts" : {
17
17
"build" : " vite build" ,
18
18
"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" ,
19
21
"test:watch" : " vitest watch --coverage --passWithNoTests" ,
20
22
"watch" : " tsc -w"
21
23
},
22
- "dependencies" : {},
23
24
"devDependencies" : {
25
+ "@playwright/test" : " ^1.50.0" ,
24
26
"@podman-desktop/api" : " ^1.6.3" ,
27
+ "@podman-desktop/tests-playwright" : " next" ,
25
28
"@types/node" : " ^18" ,
29
+ "cross-env" : " ^7.0.3" ,
30
+ "electron" : " ^34.0.1" ,
26
31
"mkdirp" : " ^3.0.1" ,
27
32
"typescript" : " 5.3.3" ,
28
33
"vite" : " ^5.0.9" ,
34
+ "xvfb-maybe" : " ^0.2.1" ,
29
35
"zip-local" : " ^0.3.5"
30
- }
36
+ },
37
+ "packageManager" :
" [email protected] "
31
38
}
You can’t perform that action at this time.
0 commit comments