📄️ Defining User Profiles
User Profiles give you complete control over the configurations required to run your tests. They allow you to manage environments, credentials, and login steps. These profiles serve as reusable components for testing workflows and enabling consistent and efficient test execution across multiple scenarios.
📄️ Environments
You must configure an environment for Qualiti to generate and execute tests against.
📄️ Credentials
Credentials are used to test various user roles within specific environments.
📄️ Login Steps
Login Steps allows you to define the necessary steps to complete your login flow. It is highly recommended to hard-code these steps using Playwright Python code so the AI doesn't have to locate them every time. This ensures a more efficient and reliable login process.