implement/init e2e tests (#135)

* init e2e

* updated/moved vitest, finished merge

* fix bun picking up e2e tests

* e2e: overwrite webserver config with env

* e2e: added adapter configs

* e2e: replaced image
This commit is contained in:
dswbx
2025-04-03 11:08:16 +02:00
committed by GitHub
parent 0b41aa5a2d
commit fa6c7acaf5
16 changed files with 365 additions and 78 deletions

View File

@@ -21,6 +21,7 @@ import { Link, isLinkActive } from "ui/components/wouter/Link";
import { useBrowserTitle } from "ui/hooks/use-browser-title";
import * as AppShell from "ui/layouts/AppShell/AppShell";
import { routes, useNavigate, useRouteNavigate } from "ui/lib/routes";
import { testIds } from "ui/lib/config";
export function DataRoot({ children }) {
// @todo: settings routes should be centralized
@@ -269,6 +270,7 @@ export function DataEmpty() {
}}
primary={{
children: "Create entity",
"data-testid": testIds.data.btnCreateEntity,
onClick: $data.modals.createEntity,
}}
/>