Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
"test-cypress-dev-console": "cd packages/dev-console/integration-tests && yarn run test-cypress",
"test-cypress-dev-console-headless": "cd packages/dev-console/integration-tests && yarn run test-cypress-headless",
"test-cypress-dev-console-nightly": "cd packages/dev-console/integration-tests && yarn run test-cypress-nightly",
"test-cypress-telemetry-headless": "cd packages/console-telemetry-plugin/integration-tests && yarn run test-cypress-headless",
"test-cypress-telemetry-nightly": "cd packages/console-telemetry-plugin/integration-tests && yarn run test-cypress-headless-all",
"test-cypress-telemetry": "cd packages/console-telemetry-plugin/integration-tests && yarn run test-cypress",
"test-cypress-knative": "cd packages/knative-plugin/integration-tests && yarn run test-cypress",
"test-cypress-knative-headless": "cd packages/knative-plugin/integration-tests && yarn run test-cypress-headless",
"test-cypress-knative-nightly": "cd packages/knative-plugin/integration-tests && yarn run test-cypress-headless-all",
Expand All @@ -47,7 +44,7 @@
"test-playwright-headed": "playwright test --headed",
"test-playwright-debug": "playwright test --debug",
"test-playwright-ui": "playwright test --ui",
"test-playwright-admin": "playwright test --project=smoke --project=console --project=dev-console --project=helm --project=knative --project=olm --project=telemetry --project=topology --project=webterminal",
"test-playwright-admin": "playwright test --project=smoke --project=console --project=dev-console --project=helm --project=knative --project=olm --project=topology --project=webterminal",
"test-playwright-developer": "playwright test --project=dev-console-developer --project=topology-developer --project=smoke-developer",
"test-puppeteer-csp": "yarn ts-node ./test-puppeteer-csp.ts",
"cypress-merge": "mochawesome-merge ./gui_test_screenshots/cypress_report*.json > ./gui_test_screenshots/cypress.json",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion frontend/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const packages = [
'helm',
'knative',
'olm',
'telemetry',
'topology',
'webterminal',
];
Expand Down
6 changes: 0 additions & 6 deletions frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1537,12 +1537,6 @@ __metadata:
languageName: node
linkType: hard

"@console-telemetry-plugin/integration-tests@workspace:packages/console-telemetry-plugin/integration-tests":
version: 0.0.0-use.local
resolution: "@console-telemetry-plugin/integration-tests@workspace:packages/console-telemetry-plugin/integration-tests"
languageName: unknown
linkType: soft

"@console/app@workspace:packages/console-app":
version: 0.0.0-use.local
resolution: "@console/app@workspace:packages/console-app"
Expand Down