diff --git a/package.json b/package.json index 091ebc01ee7e7..b7d9cf7069a8c 100644 --- a/package.json +++ b/package.json @@ -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/ --grep-invert '@update-install|@podman-remote'", + "test:e2e:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/", "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", @@ -47,9 +47,9 @@ "test:e2e:extension": "npm run test:e2e:build && npm run test:e2e:extension:run", "test:e2e:extension:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/extension-installation.spec.ts", "test:e2e:remote": "npm run test:e2e:build && npm run test:e2e:remote:run", - "test:e2e:remote:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/podman-remote/ -g @podman-remote", + "test:e2e:remote:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/special-specs/podman-remote/ -g @podman-remote", "test:e2e:update": "npm run test:e2e:build && npm run test:e2e:update:run", - "test:e2e:update:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/specs/installation/ -g @update-install", + "test:e2e:update:run": "xvfb-maybe --auto-servernum --server-args='-screen 0 1280x960x24' -- npx playwright test tests/playwright/src/special-specs/installation/ -g @update-install", "test:main": "vitest run -r packages/main --passWithNoTests --coverage", "test:preload": "vitest run -r packages/preload --passWithNoTests --coverage", "test:preload-docker-extension": "vitest run -r packages/preload-docker-extension --passWithNoTests --coverage", diff --git a/tests/playwright/src/specs/installation/update-install.spec.ts b/tests/playwright/src/special-specs/installation/update-install.spec.ts similarity index 100% rename from tests/playwright/src/specs/installation/update-install.spec.ts rename to tests/playwright/src/special-specs/installation/update-install.spec.ts diff --git a/tests/playwright/src/specs/podman-remote/podman-remote.spec.ts b/tests/playwright/src/special-specs/podman-remote/podman-remote.spec.ts similarity index 100% rename from tests/playwright/src/specs/podman-remote/podman-remote.spec.ts rename to tests/playwright/src/special-specs/podman-remote/podman-remote.spec.ts