Getting Started
Welcome to Qualiti! This guide will walk you through the onboarding process so you can start testing your application in just a few steps. You'll learn how to set up your first project, add tests, and run them using Qualiti's AI-powered automation tools.
Project Setup (Optional but Recommended)β
To improve the quality of suggested tests, provide your:
- Documentation URL
- Marketing URL
- Project Description
If you donβt provide a Documentation
or Marketing
URL, youβll be required to enter a description instead.
Make sure the URLs you provide are current and include detailed information about your product. If your product changes significantly, revisit this step to keep things updated.
Create a User Profileβ
To run tests, Qualiti needs to log into your application automatically β just like a real user. This is done using a User Profile.
A User Profile includes:
Environment URL
: The application URL where tests will run (domain only). Learn more βCredentials
: A username and password. Learn more βLogin Steps
: Instructions for logging into your app. Learn more β
If your environment lives at a specific path (e.g. /app
or /dashboard
), include that path in your test steps or login steps, not in the Environment URL
field.
Once credentials and login steps are added, click the Save & Validate
button:
-
If successful: You'll see a Ready tag confirming that Qualiti can log in successfully.
-
If failed: You'll see an Error tag with a message indicating which step failed and why.
If validation fails, you can open the Playwright Trace Viewer to troubleshoot. It shows a step-by-step breakdown of what happened β including screenshots, console logs, and network activity.
If your app doesnβt require login, just toggle on Application does not require login credentials
.
When enabled:
- Youβll still need to provide the
Environment URL
- Login steps will be skipped
- You can still run
Save & Validate
to confirm Qualiti can access your app
Select Feature Folders and Add Testsβ
Based on the documentation and marketing URLs you provided, Qualiti will suggest relevant feature folders and tests to get you started.
To continue:
- Add at least one feature folder
- Add at least one test
You can always come back later to add more folders and tests.
Final Stepsβ
Once you're set up, you can:
- Add more folders and tests
- Create a Plan (scheduled run) or a Run (manual run)
- Watch test steps generate live and review detailed results
- Edit test steps as needed
Connect to CI/CD Pipelineβ
To automate testing with every deployment, integrate Qualiti with your CI/CD pipeline.
π See our Integrations Guide for full setup instructions.
All Set! πβ
You're all set! You can now start running tests with Qualiti.