login_project
Login a project using its configured method, persist the authenticated session for reuse, and return login details. Re-run if auth expires.
Instructions
Execute a project's configured login — submit the form, apply Basic Auth, or inject cookies — and persist the resulting authenticated session (storage_state) for reuse. Requires set_form_login / set_basic_auth / set_cookies first. Returns {success} with login details. Re-run it when auth expires mid-test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name |