CI Dashboard with Quantum

Learn how to utilize the CI Dashboard for local executions using the Quantum framework as an example. This process can be easily applied to other Maven-based frameworks.  

The CI Dashboard, which is a specific view of Perfecto's Smart Reporting feature, can be a very useful tool to spot trends in executions. Usually, it is meant for test executions triggered by the Continuous Integration server, like Jenkins, TeamCity, Bamboo, and so on. In some cases, you might find it helpful when running a test suite locally, leveraging the CI Dashboard to instantly see trends and compare runs.

Even when running the tests locally, you can send a CI Job Name as well as a "job number" to the reporting server as testing context, allowing you to view executions as if triggered from CI. This can be useful when trying to re-run a CI job locally or when working on or stabilizing a new test suite that is not yet part of the production CI flow.

Send options 

We usually want to pass one Job Name (above DailyBuild) with incrementing build numbers. Each bar on the right groups all tests of a specific build number. The following options are available:

See also the Perfecto Knowledgebase.