Skip to content

Commit ea463e6

Browse files
authored
delete all e2e tests (#22501)
1 parent bee094f commit ea463e6

File tree

83 files changed

+29
-8881
lines changed

Some content is hidden

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

83 files changed

+29
-8881
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Read Playwright version
122122
id: playwright-version
123123
run: |
124-
version=$(node -e 'console.log(require("./packages/app/package.json").devDependencies["@playwright/test"])')
124+
version=$(node -e 'console.log(require("./package.json").workspaces.catalog["@playwright/test"])')
125125
echo "version=$version" >> "$GITHUB_OUTPUT"
126126
127127
- name: Cache Playwright browsers

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
@@ -57,7 +57,7 @@
5757
"marked": "17.0.1",
5858
"marked-shiki": "1.2.1",
5959
"remend": "1.3.0",
60-
"@playwright/test": "1.51.0",
60+
"@playwright/test": "1.59.1",
6161
"typescript": "5.8.2",
6262
"@typescript/native-preview": "7.0.0-dev.20251207.1",
6363
"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)