-
Notifications
You must be signed in to change notification settings - Fork 34
Allure Reports
En this page, we will go into detail on all the data that Allure has generated and presented in interactive reports after executing tests with RESTest. Allure, a powerful reporting tool, provides us with visually appealing and easy-to-understand displays of our test results. We will thoroughly analyze each aspect of the reports, including key metrics, interactive charts, and a complete history of executions, allowing us to gain a deep understanding of the state and quality of our software. With these valuable insights at our disposal, we will be able to quickly identify any issues and make informed decisions to enhance the quality and performance of our project.
A continuación, exploraremos en detalle cada uno de los apartados que ofrece el informe generado por Allure.
En this section, we will get a high-level overview of the test execution, providing us with a quick and concise understanding of the current status of the project. Here, we will find valuable information, including:
-
Total number of tests: We will know the total number of tests performed during the execution, which gives us an idea of the test coverage in the project.
-
Execution time: The total time taken to execute all the tests will be displayed, allowing us to evaluate the efficiency and duration of the test execution.
-
Percentage of successful tests: We will see the percentage of tests that were successfully completed without encountering errors or failures, which is a key indicator of software stability.
-
Percentage of failed tests: The percentage of tests that encountered errors or failures during execution will also be shown, helping us identify problematic areas that need attention.
-
Percentage of tests in progress: The percentage of tests currently in progress will be displayed, which can be useful for tracking real-time test progress.
-
Other key statistics: In addition to the above, we may find other relevant metrics in this section, such as the number of skipped tests, average execution time per test, among other relevant data.
This section provides a clear and concise snapshot of the overall test status, allowing us to quickly identify any potential issues or areas for improvement. With this information at our fingertips, we will be well-equipped to make informed decisions and take specific actions to enhance the quality and reliability of our software.