During the setup process, you will be prompted to configure your application for testing. You can also do this, or make changes at any time, in your application settings.
Your application name for your own identification purposes only.
If any of your tests require a user to be authenticated, this is the URL that your application redirects when prompting a user to sign in. Firelab will automatically authenticate the user using the credentials provided in your test meta data.
The CSS selector for the username or email input used on your authentication form. Firelab will populate this with the username provided in your test.
Default input[type=email]
The CSS selector for the password input used on your authentication form. Firelab will populate this with the password provided in your test.
Default input[type=password]
The CSS selector for the button or element that triggers your sign in form. Firelab will click this element once the username and password fields above have been populated.
Default form button
If your tests don't require authentication, you can skip the sign in steps.