Introduce a Reqnroll.xUnit acceptance project under tests/acceptance/ and the first Gherkin scenario driving S-04: the ACL default-fills the ZGW-mandatory zaak fields (ADR-0003) from a domain registration payload. Red: the scenario is discovered but has no step bindings yet, so it fails with undefined steps. The green commit wires the bindings to AclService. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
35 lines
415 B
Plaintext
35 lines
415 B
Plaintext
# .NET build output
|
|
bin/
|
|
obj/
|
|
[Dd]ebug/
|
|
[Rr]elease/
|
|
*.user
|
|
|
|
# Reqnroll-generated test code (regenerated from *.feature on build)
|
|
*.feature.cs
|
|
|
|
# Test results / coverage
|
|
[Tt]est[Rr]esults/
|
|
*.trx
|
|
coverage*.json
|
|
coverage*.xml
|
|
*.coverage
|
|
|
|
# Rider / VS / VS Code
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
|
|
# Node / Angular (added as the frontend lands)
|
|
node_modules/
|
|
dist/
|
|
.angular/
|
|
|
|
# Python / MkDocs
|
|
.venv/
|
|
site/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|