Skip to content

Commit 1a97ce8

Browse files
committed
Dashboard: Remove playwright tests, checkly
1 parent 8003e93 commit 1a97ce8

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)