-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Support configuring login credentials to test pages that require authentication.
Points for discussion:
- would you want to configure credentials separately for each step, in a suite or in environment variables (eg during project deployment),
- how is login flow currently handled (eg, people write "login steps" for each test manually, integration code sets up an already authenticated environment, sth else?...)
- would you prefer 1) having a shared browser session and only login once for all tests 2) define the same login steps for each test manually 3) have a "login" block that would handle the login flow 4) something else
Metadata
Metadata
Assignees
Labels
No labels