This repo contains the web-based Variables 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.- Copy the test-project to be served in advance:
./scripts/playwrightInit.sh ~/dev/core - Start your dev-engine in Eclipse RCP IDE
- Launch the config in this repo
- Copy the test-project to be served in advance:
To run tests you can either start a script above or start Playwright or Vitest with the recommended workspace extensions.