chore: perauset customer project

This commit is contained in:
e2e
2026-07-11 08:35:17 +02:00
commit 37eea09bf0
293 changed files with 28412 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
Feature: Authentication
Scenario: Unauthenticated request to protected endpoint
When I send a GET request to "/users"
Then the response status should be 403
Scenario: Login and get session
Given I login as "admin@perauset.org"
When I send a GET request to "/api/auth/get-session"
Then the response status should be 200