chore: seminarhof customer project

This commit is contained in:
e2e
2026-07-10 23:45:12 +02:00
commit 5a060fd8f2
188 changed files with 20779 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
@public @events
Feature: Public events listing
Anyone can browse the public retreats listing without logging in. Only
bookings flagged for online listing appear here.
Scenario: visitor sees the published summer retreat
Given "a visitor" visits "/events"
Then they see "Summer Yoga Retreat 2026"
And they see "Yoga Retreat e.V."
Scenario: unpublished retreats stay hidden
Given "a visitor" visits "/events"
Then they do not see "Winter Stille 2026"