Files
Joseph Doherty 9bd5e340b0 Convert XML list markup to plain numbered text in UI test remarks
Replace <list type="number"><item>...</item></list> with plain numbered
lines in method-level <remarks> blocks across 23 UI test files to match
the codebase convention of using simple text in XML doc comments.
2026-02-10 08:05:42 -05:00
..

JdeScoping.Ui.Tests

Playwright-for-.NET UI tests migrated from the legacy TypeScript Playwright suite.

Preconditions

  • Docker host container is already running via /Users/dohertj2/Desktop/JdeScopingTool/NEW/deploy/docker/deploy-host.sh
  • App reachable at http://localhost:5294 (or set JDESCOPING_UI_BASE_URL)

First-time setup

cd /Users/dohertj2/Desktop/JdeScopingTool/NEW/tests/JdeScoping.Ui.Tests
dotnet build
pwsh bin/Debug/net10.0/playwright.ps1 install chromium

Run tests

cd /Users/dohertj2/Desktop/JdeScopingTool/NEW
dotnet test tests/JdeScoping.Ui.Tests/JdeScoping.Ui.Tests.csproj --filter "Category=RequiresDockerHost"

Run headed mode:

JDESCOPING_UI_HEADED=true dotnet test tests/JdeScoping.Ui.Tests/JdeScoping.Ui.Tests.csproj