Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.14 KB

File metadata and controls

35 lines (19 loc) · 1.14 KB

Case Map Editor

translation-status

This repo contains the web-based Case Map Editor client.

Available Scripts

pnpm install: Install all packages

pnpm run package: Build the lib output

pnpm run dev: Start the dev server

Run tests

pnpm run test: Run unit tests

pnpm run webtest: Run Playwright tests

VSCode dev environment

Debug

Simply start the Launch Standalone or Launch Standalone Mock launch config to get debug and breakpoint support.

Note

The Launch Standalone launch config connects to a real designer and therefore requires a running designer engine on port 8081 with a project called case-map-test-project. These attributes can be changed via URL parameters.

Note

The Launch Standalone Mock launch config only receives mock data and therefore does not work with features for which a real engine is needed (e.g. data validation).

Run tests

To run tests you can either start a script above or start Playwright or Vitest with the recommended workspace extensions.