mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(test): exclude Kubernetes e2e tests from being run with other e2e tests (#10112)
Signed-off-by: Anton Misskii <amisskii@redhat.com>
This commit is contained in:
parent
601c558b13
commit
3792be4dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
"test:unit": "npm run test:main && npm run test:preload && npm run test:preload-docker-extension && npm run test:preload-webview && npm run test:ui && npm run test:renderer && npm run test:scripts:stylesheet && npm run test:tools && npm run test:extensions && npm run test:website",
|
||||
"test:e2e": "npm run test:e2e:build && npm run test:e2e:run",
|
||||
"test:e2e:build": "cross-env NODE_ENV=development MODE=development DEBUG=pw:browser npm run build",
|
||||
"test:e2e:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/",
|
||||
"test:e2e:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/ --grep-invert @k8s_e2e",
|
||||
"test:e2e:smoke": "npm run test:e2e:build && npm run test:e2e:smoke:run",
|
||||
"test:e2e:smoke:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/ -g @smoke",
|
||||
"test:e2e:k8s": "npm run test:e2e:build && npm run test:e2e:k8s:run",
|
||||
|
|
|
|||
Loading…
Reference in a new issue