Header
▶️Start the Reports and Dashboards Portal
📚Prerequisites
Web dashboards provide a way for you to visualize and assess your test automation results. They bring together test execution data from across different projects, including executions done using CI tools. This enables you to spot trends and keep an eye on progress as you move along your test automation journey.
To use this feature, you need:
More RAM and storage space.
A large data storage (at least 100 GB) on your database instance.
Qualitia Automation Server with a minimum of 16 GB RAM.
Configuration Settings that enable higher concurrency.
Here are the browsers we have tested the Web dashboard on:
Browsers | Versions |
Google Chrome | 100 and above |
Mozilla Firefox | 100 and above |
Microsoft Edge | 100 and above |
Safari | 12 |
Access to Qualitia Server machine and port 8887. Ensure you have access to port 8887 from the machine where Qualitia Server is installed.
To access web-based Dashboards:
You can get to web-based Dashboards from any machine that is on the same network as the Qualitia Server.
Type the Dashboard URL into any browser, such as Google Chrome, Mozilla Firefox, Microsoft Edge.
Log in with your QAS credentials.
The Dashboard shows data for the projects assigned to your user.
The URL includes the Hostname/IP:Port
from the machine where Qualitia server is installed, followed by the dashboard URL. That is, qualitia-reports/dashboard
. The default port number is 8887
, which you can change when you install the Qualitia server.
Here's an example of what the URL might look like:
http://192.168.25.xx:8887/qualitia-reports/dashboard
http://localhost:8887/qualitia-reports/dashboard
Footer