Setting Login Credentials
Testpilot uses environment variables to securely manage your login credentials:Configuring Login URL
To tell Testpilot where to log in, add alogin_url
field to your pilot file:
login_url
parameter tells Testpilot where to perform the authentication before running your
tests.
How Authentication Works
When you provide both login credentials (via environment variables) and a login URL, Testpilot will:- Launch a browser session
- Navigate to the login URL
- Automatically detect and fill in username and password fields
- Submit the login form
- Verify successful authentication
- Reuse this authenticated session for all your test cases