vividus
vividus copied to clipboard
The countScenarios task calculation shows always 1 for all entities
Describe the bug The countScenarios task always prints 1 Stories, 1 Scenarios and 1 Scenarios with Examples for any folder with stories we provide
To Reproduce Run the following task
./gradlew countScenarios
or with path
./gradlew countScenarios --args="-d story/demo"
Expected behavior The task should print real number of entities in the specified folder
Log image

Execution environment (please complete the following information):
- Vividus version: 0.4.9
- OS: macOS
- Java: OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
Additional context The resource prefixes in the BddScenariosCounter seem to be wrong since dash is missing after batch word, however this doesn't resolve the issue
bdd.story-loader.batch1....