refactor: make ARNES external-repo based with ticket publish flow

This commit is contained in:
rikrdo
2026-05-18 00:26:32 +02:00
parent 3ff9b70e4c
commit b396b6d3c9
101 changed files with 810 additions and 6140 deletions

11
features/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Executable BDD assets
This directory is for executable BDD helpers.
Recommended split:
- `spec/bdd/features/` = source-of-truth scenarios in Gherkin
- `features/steps/` = executable step definitions and runner config
- `features/behave.ini` = Behave runner config
Keep feature text in `spec/bdd/features/`.
Keep runner-specific code in `features/`.