This repo contains the web-based Data Class Editor client.
pnpm install: Install all packages
pnpm run package: Build the lib output
pnpm run dev: Start the dev server
pnpm run test: Run unit tests
pnpm run webtest: Run Playwright tests
Debug and breakpoint support is available in the provided launch configs:
- Launch
Standalone Mockconfig to interact with a mocked backend. - Launch
Standaloneconfig to work with an ivyEngine backend.- Start your dev-engine in Eclipse RCP IDE
- Open the test project in a ivy VsCode workspace or run the playwright global setup script.
- Launch the config in this repo
To run tests you can either start a script above or start Playwright or Vitest with the recommended workspace extensions.