Add playwright tests for cds-ui 98/143498/1
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 5 Mar 2026 07:24:27 +0000 (08:24 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Thu, 5 Mar 2026 07:24:27 +0000 (08:24 +0100)
commitceca209f0c2412a4d9df2de5f04fb11eb18e63f6
tree2fa3f922a84c2dd7549bf877f2d308f04dba4906
parent447c36019676e220a02c43f3c1f966e14e05e6ed
Add playwright tests for cds-ui

- add playwright tests that test the ui and typescript backend
- the typescript backend runs it's requests against a mock server

Issue-ID: CCSDK-4161
Change-Id: I01f35b3cd928adcb50d3c518e4e4977b66853b02
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
17 files changed:
cds-ui/e2e-playwright/.gitignore [new file with mode: 0644]
cds-ui/e2e-playwright/README.md [new file with mode: 0644]
cds-ui/e2e-playwright/mock-processor/fixtures/blueprints.json [new file with mode: 0644]
cds-ui/e2e-playwright/mock-processor/fixtures/model-types.json [new file with mode: 0644]
cds-ui/e2e-playwright/mock-processor/fixtures/resource-dictionaries.json [new file with mode: 0644]
cds-ui/e2e-playwright/mock-processor/server.js [new file with mode: 0644]
cds-ui/e2e-playwright/package-lock.json [new file with mode: 0644]
cds-ui/e2e-playwright/package.json [new file with mode: 0644]
cds-ui/e2e-playwright/playwright.config.ts [new file with mode: 0644]
cds-ui/e2e-playwright/proxy.conf.test.json [new file with mode: 0644]
cds-ui/e2e-playwright/start-backend-http.js [new file with mode: 0644]
cds-ui/e2e-playwright/start-dev.sh [new file with mode: 0755]
cds-ui/e2e-playwright/tests/home.spec.ts [new file with mode: 0644]
cds-ui/e2e-playwright/tests/packages.spec.ts [new file with mode: 0644]
cds-ui/e2e-playwright/tests/ping.spec.ts [new file with mode: 0644]
cds-ui/e2e-playwright/tests/resource-dictionary.spec.ts [new file with mode: 0644]
cds-ui/e2e-playwright/tsconfig.json [new file with mode: 0644]