Skip to content

Commit 627159a

Browse files
committed
delete all e2e tests (#22501)
Cherry-picked from ea463e6
1 parent f44aa02 commit 627159a

File tree

82 files changed

+28
-8880
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+28
-8880
lines changed

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"marked": "17.0.1",
5959
"marked-shiki": "1.2.1",
6060
"remend": "1.3.0",
61-
"@playwright/test": "1.51.0",
61+
"@playwright/test": "1.59.1",
6262
"typescript": "5.8.2",
6363
"@typescript/native-preview": "7.0.0-dev.20251207.1",
6464
"zod": "4.1.8",

packages/app/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ Your app is ready to be deployed!
3131

3232
## E2E Testing
3333

34-
Playwright starts the Vite dev server automatically via `webServer`, and UI tests need an opencode backend (defaults to `localhost:4096`).
35-
Use the local runner to create a temp sandbox, seed data, and run the tests.
34+
Playwright starts the Vite dev server automatically via `webServer`, and UI tests expect an opencode backend at `localhost:4096` by default.
3635

3736
```bash
38-
bunx playwright install
37+
bunx playwright install chromium
3938
bun run test:e2e:local
4039
bun run test:e2e:local -- --grep "settings"
4140
```

packages/app/e2e/AGENTS.md

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

0 commit comments

Comments
 (0)