Skip to content

Commit e767579

Browse files
committed
add new playwrighte2e testing and replace cypres with it!
make playwright run and remove cypress! Migrate e2e coverage to Playwright and restore iframe task visibility - replace Cypress e2e setup with Playwright equivalents - run Playwright through the HTTPS dev server - use Playwright-managed Chromium instead of system Chromium - add client test support for showing runTasks chains in the active chat - route iframe-created task chains through the normal selected-task URL flow - keep background task execution available via runTasks display options
1 parent 2060276 commit e767579

42 files changed

Lines changed: 1030 additions & 2973 deletions

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ public/taskyon_settings.json
4949
public/docs/openapi-docs.yml
5050

5151
# holds test results...
52-
test/cypress/screenshots
52+
test-results/playwright
53+
test-results/
54+
playwright-report/
5355

5456
# this file holds secrets
5557
cypress.env.json

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
| Modelica CLI | `yarn modelica:cli` |
113113
| Modelica compare | `yarn modelica:compare` |
114114
| Modelica baseline diff | `yarn modelica:baseline:diff` |
115-
| Cypress e2e | `yarn quasar test:e2e:cypress` (or via Quasar CLI) |
115+
| Playwright e2e | `yarn test:e2e` |
116116

117117
## Architecture
118118

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Common commands:
133133

134134
- `yarn dev` starts the development app.
135135
- `yarn build` creates a production build.
136+
- `yarn test:e2e` runs the Playwright browser E2E suite.
136137
- `yarn lint` runs typechecking and ESLint.
137138
- `yarn format:file <path...>` formats specific files.
138139

cypress.config.ts

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

0 commit comments

Comments
 (0)