Skip to content

Commit 71c85a8

Browse files
committed
chore: added dependencies required for extension installation tests
Signed-off-by: Rostislav Lán <[email protected]>
1 parent 037f90b commit 71c85a8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

podman-desktop-extension/package.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"publisher": "redhat",
88
"license": "Apache-2.0",
99
"engines": {
10-
"podman-desktop": "^1.6.3"
10+
"podman-desktop": "^1.15.0"
1111
},
1212
"main": "./dist/extension.js",
1313
"contributes": {
@@ -16,16 +16,25 @@
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
},
2224
"dependencies": {},
2325
"devDependencies": {
26+
"@playwright/test": "^1.50.0",
2427
"@podman-desktop/api": "^1.6.3",
28+
"@podman-desktop/tests-playwright": "next",
2529
"@types/node": "^18",
30+
"cross-env": "^7.0.3",
31+
"electron": "^34.0.1",
2632
"mkdirp": "^3.0.1",
2733
"typescript": "5.3.3",
2834
"vite": "^5.0.9",
35+
"vitest": "^2.1.8",
36+
"xvfb-maybe": "^0.2.1",
2937
"zip-local": "^0.3.5"
30-
}
38+
},
39+
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
3140
}

0 commit comments

Comments
 (0)