Commit c7e36be
migrate: Reqnroll → internal DSL + canonical TestCategory tags across all test files (#126)
## Summary
- **Migrate Reqnroll `.feature` families to code-first MSTest internal
DSL** — 320 commits covering assessment, DSL design, extraction,
conversion, refactor, and verification for each family
- **Apply canonical `TestCategory` tags** to every test file in the
repository (`CodeTest`+`UnitTests`, `CodeTest`+`DomainTests`,
`CodeTest`+`IntegrationTests`, `SystemTest`+`SystemTest_Simulated`,
`SystemTest`+`SystemTest_Live`)
- **Remove all `[Ignore]` attributes** — 6 previously-ignored tests now
pass by implementing missing production seams and DSL abstractions
- **Guardrail improvements** — `SystemTest_Smoke` locked to
operator-only assignment; `[Ignore]` and `Assert.Inconclusive` bans
enforced in skill SKILL.md files; `SkipIfNotConfigured` →
`FailIfNotConfigured` / `SkipIfInvalidToken` → `FailIfInvalidToken` in
`SystemTestEnvironment`
## Fully migrated feature families
`tui-job-detail`, `tui-job-direct-jump`, `tui-job-list`,
`tui-diagnostics-panel`, `tui-job-submission-output`,
`dependency-command-wiring`, `workitem-inventory`,
`export-follow-and-level`, `tfs-export`,
`import-default-team-detection`, `import-team-area-paths`,
`import-team-definitions`, `tfs-field-projection`,
`filter-scope-inventory`, `dependency-pre-filter`, `inventory-modules`
(ado/simulated/tfs), `commands-execute-successfully`
## Partially migrated
- `system-test-ci-execution` — 4/5 scenarios retired; scenario 1
requires live ADO org (`SystemTest_Live`)
- `system-test-local-execution` — 4/5 scenarios retired; scenario 1
requires live ADO org (`SystemTest_Live`)
## Remaining feature files (8)
`system-test-ci-execution.feature`,
`system-test-local-execution.feature`, `inventory-multi-org`
(ado/simulated/tfs), `US2-pure-capture-handlers.feature`,
`inventory-field-projection.feature`, `discover-work-items.feature` —
pending a follow-up workflow run.
## Known outstanding issue
`TuiJobDetail_WhenSseConnectionDrops_LogViewReconnectsWithExponentialBackOff`
— test documents intended reconnect/backoff behaviour not yet
implemented in `TuiLogView`. Tracked as a separate task.
## Test plan
- [ ] All `CodeTest` tests pass (`dotnet test --filter
"TestCategory=CodeTest"`) — **148 passing, 0 failing** verified locally
- [ ] No `[Ignore]` attributes remain in committed test code
- [ ] No `Assert.Inconclusive` outside operator-approved
`SystemTest_Live` paths
- [ ] All touched test files carry both parent and specific
`TestCategory` tags
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 56c3d21 commit c7e36be
423 files changed
Lines changed: 13173 additions & 1623 deletions
File tree
- .agents
- 20-guardrails/workflow
- skills/nkda-testdsl-feature-conversion
- workflows
- .github/workflows
- .output/nkda-testdsl
- filter-scope-inventory
- import-default-team-detection
- inventory-modules
- system-test-ci-execution
- tui-diagnostics-panel
- tui-job-detail
- tui-job-submission-output
- analysis
- features
- cli
- discovery
- execute
- export
- inventory
- tui
- import/teams
- inventory
- ado
- simulated
- tfs
- work-items
- src
- DevOpsMigrationPlatform.Abstractions.Agent
- Discovery
- WorkItems
- DevOpsMigrationPlatform.CLI.Migration
- Commands
- Discovery
- Views
- DevOpsMigrationPlatform.Infrastructure.Agent
- Discovery
- Export
- DevOpsMigrationPlatform.Infrastructure.AzureDevOps/Dependencies
- DevOpsMigrationPlatform.Infrastructure.Simulated/Import
- DevOpsMigrationPlatform.Infrastructure.TfsObjectModel
- WorkItems/Revisions
- tests
- DevOpsMigrationPlatform.Abstractions.Tests
- Errors
- Jobs
- Options
- DevOpsMigrationPlatform.CLI.Migration.Tests
- Cli
- CliExecute
- ConfigFlow
- DiscoveryDependencies
- DiscoveryInventory
- TfsExport
- Commands
- Dsl/Export
- ProjectLifecycle
- SchemaValidation
- SystemTests
- TUI
- DirectJump
- JobDetail
- JobList
- TestUtilities
- Utilities
- Views
- DevOpsMigrationPlatform.ControlPlane.Tests
- Diagnostics
- Jobs
- LogDownload
- Progress
- Services
- Telemetry
- DevOpsMigrationPlatform.Infrastructure.Agent.Tests
- Analysis
- Capture
- Checkpointing
- Context
- Dependencies
- Discovery
- Dsl
- Export
- Identity
- Import
- Inventory
- Dsl
- Modules
- InventoryModules
- Platform
- Prepare
- ProjectLifecycle
- Services
- Storage
- Package
- Telemetry
- TestDsl
- Logging
- Teams
- Tools
- Tools
- FieldTransform
- Transforms
- NodeTranslation
- Retry
- WorkItems
- DevOpsMigrationPlatform.Infrastructure.ControlPlane.Tests/Metrics
- DevOpsMigrationPlatform.Infrastructure.Simulated.Tests
- DependencyDiscovery
- Export
- Import
- ProjectLifecycle
- Services
- DevOpsMigrationPlatform.Infrastructure.Tests
- AzureDevOps/Validation
- Config
- Platform
- Serialization
- Telemetry
- DevOpsMigrationPlatform.MigrationAgent.Tests
- DevOpsMigrationPlatform.SchemaGenerator.Tests
- DevOpsMigrationPlatform.Testing.Dsl
- SystemTests
- DevOpsMigrationPlatform.TfsMigrationAgent.Tests
- ProjectLifecycle
- WorkItems
- Dsl
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 9 | + | |
18 | 10 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 11 | + | |
27 | 12 | | |
28 | | - | |
| 13 | + | |
| 14 | + | |
29 | 15 | | |
30 | | - | |
| 16 | + | |
31 | 17 | | |
32 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
33 | 56 | | |
34 | 57 | | |
35 | 58 | | |
| |||
40 | 63 | | |
41 | 64 | | |
42 | 65 | | |
43 | | - | |
| 66 | + | |
44 | 67 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
50 | 76 | | |
51 | 77 | | |
52 | 78 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
60 | 87 | | |
61 | 88 | | |
62 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
78 | 68 | | |
79 | 69 | | |
80 | 70 | | |
81 | | - | |
| 71 | + | |
82 | 72 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 73 | + | |
| 74 | + | |
0 commit comments