Files
starter-e2e-mrf84key/e2e/tests/features/auth.feature
2026-07-10 19:42:56 +02:00

9 lines
282 B
Gherkin

@auth @smoke
Feature: Authentication
Users sign in with email + password; the session is cookie-based.
Scenario: a registered user signs in through the login form
Given a test account exists
When "the user" signs in through the login form
Then they land on the app