chore: seminarhof customer project

This commit is contained in:
e2e
2026-06-21 22:00:02 +02:00
commit c11335df7a
161 changed files with 18517 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 I visit "/events"
Then I see "Summer Yoga Retreat 2026"
And I see "Yoga Retreat e.V."
Scenario: unpublished retreats stay hidden
Given I visit "/events"
Then I do not see "Winter Stille 2026"