chore: add Chromium installation for Karma tests and update devcontainer configuration

This commit is contained in:
Denys Vuika
2026-07-07 15:02:54 +00:00
parent 8973589ef9
commit d4ea7a43b0
4 changed files with 21 additions and 2 deletions
+13
View File
@@ -23,6 +23,19 @@ Typical day-to-day actions:
- Reopen in container after dependency or toolchain updates
- Keep local Docker Desktop running before opening the container
## Running Nx Targets From the Workspace
From the repository root (inside the container terminal), run Nx targets with the package manager wrapper.
Common examples:
- `pn nx test <project>`
- `pn nx build <project>`
You can replace `<project>` with any workspace project name, for example `core`, `content-services`, or `process-services-cloud`.
Tip: to discover available projects and targets, run `pn nx show projects` and inspect each project's `project.json` (or workspace configuration).
## Git Operations and Signing
You can use Git inside the container, outside the container, or split responsibilities for better key safety.