Skip to content

Commit bf90104

Browse files
committed
Dashboard: Remove playwright tests, checkly (#8269)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR primarily focuses on the removal of various test files and configurations related to the `dashboard` application, alongside updates to the `package.json` and `pnpm-lock.yaml` files to reflect changes in dependencies. ### Detailed summary - Deleted multiple test files in `apps/dashboard/tests`. - Removed configuration files: `setup.ts`, `README.md`, `checkly.config.ts`, and `playwright.config.ts`. - Updated `package.json` to remove dependencies related to `checkly` and `playwright`. - Adjusted `pnpm-lock.yaml` to reflect the removal of certain packages and their dependencies. > The following files were skipped due to too many changes: `pnpm-lock.yaml` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed end-to-end testing infrastructure, configuration, helper utilities, test runner scripts, and related dev dependencies from the dashboard app. * **Documentation** * Deleted the dashboard E2E testing README and related test documentation. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 8003e93 commit bf90104

File tree

10 files changed

+66
-1367
lines changed

10 files changed

+66
-1367
lines changed

apps/dashboard/checkly.config.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/dashboard/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
"@chromatic-com/storybook": "4.0.1",
8383
"@next/bundle-analyzer": "15.3.5",
8484
"@next/eslint-plugin-next": "15.3.5",
85-
"@playwright/test": "1.53.2",
8685
"@storybook/addon-docs": "9.0.15",
8786
"@storybook/addon-links": "9.0.15",
8887
"@storybook/addon-onboarding": "9.0.15",
@@ -99,7 +98,6 @@
9998
"@typescript-eslint/eslint-plugin": "7.14.1",
10099
"@typescript-eslint/parser": "7.14.1",
101100
"autoprefixer": "^10.4.21",
102-
"checkly": "6.0.1",
103101
"eslint": "8.57.0",
104102
"eslint-config-biome": "1.9.4",
105103
"eslint-plugin-react-compiler": "19.1.0-rc.2",
@@ -122,13 +120,11 @@
122120
"format": "biome format ./src --write",
123121
"knip": "knip",
124122
"lint": "biome check ./src && knip && eslint ./src",
125-
"playwright": "playwright test",
126123
"postbuild": "next-sitemap",
127124
"preinstall": "npx only-allow pnpm",
128125
"start": "next start",
129126
"storybook": "storybook dev -p 6006",
130-
"typecheck": "tsc --noEmit",
131-
"update-checkly": "npx checkly deploy"
127+
"typecheck": "tsc --noEmit"
132128
},
133129
"version": "3.0.0"
134130
}

apps/dashboard/playwright.config.ts

Lines changed: 0 additions & 79 deletions
This file was deleted.

apps/dashboard/tests/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/dashboard/tests/chain-page.spec.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

apps/dashboard/tests/contract-page.spec.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/dashboard/tests/homepage.spec.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

apps/dashboard/tests/publisher-page.spec.ts

Lines changed: 0 additions & 30 deletions
This file was deleted.

apps/dashboard/tests/setup.ts

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)