File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 7
7
"publisher" : " redhat" ,
8
8
"license" : " Apache-2.0" ,
9
9
"engines" : {
10
- "podman-desktop" : " ^1.6.3 "
10
+ "podman-desktop" : " ^1.15.0 "
11
11
},
12
12
"main" : " ./dist/extension.js" ,
13
13
"contributes" : {
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
24
"dependencies" : {},
23
25
"devDependencies" : {
26
+ "@playwright/test" : " ^1.50.0" ,
24
27
"@podman-desktop/api" : " ^1.6.3" ,
28
+ "@podman-desktop/tests-playwright" : " next" ,
25
29
"@types/node" : " ^18" ,
30
+ "cross-env" : " ^7.0.3" ,
31
+ "electron" : " ^34.0.1" ,
26
32
"mkdirp" : " ^3.0.1" ,
27
33
"typescript" : " 5.3.3" ,
28
34
"vite" : " ^5.0.9" ,
35
+ "vitest" : " ^2.1.8" ,
36
+ "xvfb-maybe" : " ^0.2.1" ,
29
37
"zip-local" : " ^0.3.5"
30
- }
38
+ },
39
+ "packageManager" :
" [email protected] +sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
31
40
}
You can’t perform that action at this time.
0 commit comments