We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you see the below run log, 125 tests are run but report is getting generated only for 4 tests.
Observation - This is happening when there are runtime errors with any of test steps
2024-07-12T10:04:30.7766764Z [ERROR] Tests run: 125, Failures: 12, Errors: 44, Skipped: 0 2024-07-12T10:04:30.7766938Z [INFO] 2024-07-12T10:04:30.7767123Z [INFO] 2024-07-12T10:04:30.7768135Z [INFO] --- serenity-maven-plugin:4.1.10:aggregate (serenity-reports) @ dtpl-qa-automation-rapid-migration --- 2024-07-12T10:04:31.0662892Z [INFO] GENERATING REPORTS FOR: /home/runner/work/dtpl-qa-automation-rapid-migration/dtpl-qa-automation-rapid-migration 2024-07-12T10:04:31.7243315Z [INFO] GENERATING REPORTS USING 4 THREADS 2024-07-12T10:04:33.4548314Z [INFO] GENERATING SUMMARY REPORTS... 2024-07-12T10:04:34.1684415Z [INFO] GENERATING REQUIREMENTS REPORTS... 2024-07-12T10:04:35.3188951Z [INFO] GENERATING RESULT REPORTS... 2024-07-12T10:04:35.6868669Z [INFO] GENERATING ERROR REPORTS... 2024-07-12T10:04:35.7071743Z [INFO] Test results for 4 tests generated in 4 secs in directory: file:/home/runner/work/dtpl-qa-automation-rapid-migration/dtpl-qa-automation-rapid-migration/target/site/serenity/ 2024-07-12T10:04:35.7081284Z [INFO] ------------------------------------------------ 2024-07-12T10:04:35.7085960Z [INFO] | SERENITY TESTS: | ERROR 2024-07-12T10:04:35.7087380Z [INFO] ------------------------------------------------ 2024-07-12T10:04:35.7092265Z [INFO] | Test scenarios executed | 4 2024-07-12T10:04:35.7093492Z [INFO] | Total Test cases executed | 4 2024-07-12T10:04:35.7095084Z [INFO] | Tests passed | 3 2024-07-12T10:04:35.7096216Z [INFO] | Tests failed | 0 2024-07-12T10:04:35.7105399Z [INFO] | Tests with errors | 1 2024-07-12T10:04:35.7106572Z [INFO] | Tests compromised | 0 2024-07-12T10:04:35.7108584Z [INFO] | Tests aborted | 0 2024-07-12T10:04:35.7109763Z [INFO] | Tests pending | 0 2024-07-12T10:04:35.7111836Z [INFO] | Tests ignored/skipped | 0 2024-07-12T10:04:35.7113129Z [INFO] ------------------------------- | --------------
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you see the below run log, 125 tests are run but report is getting generated only for 4 tests.
Observation - This is happening when there are runtime errors with any of test steps
2024-07-12T10:04:30.7766764Z [ERROR] Tests run: 125, Failures: 12, Errors: 44, Skipped: 0
2024-07-12T10:04:30.7766938Z [INFO]
2024-07-12T10:04:30.7767123Z [INFO]
2024-07-12T10:04:30.7768135Z [INFO] --- serenity-maven-plugin:4.1.10:aggregate (serenity-reports) @ dtpl-qa-automation-rapid-migration ---
2024-07-12T10:04:31.0662892Z [INFO] GENERATING REPORTS FOR: /home/runner/work/dtpl-qa-automation-rapid-migration/dtpl-qa-automation-rapid-migration
2024-07-12T10:04:31.7243315Z [INFO] GENERATING REPORTS USING 4 THREADS
2024-07-12T10:04:33.4548314Z [INFO] GENERATING SUMMARY REPORTS...
2024-07-12T10:04:34.1684415Z [INFO] GENERATING REQUIREMENTS REPORTS...
2024-07-12T10:04:35.3188951Z [INFO] GENERATING RESULT REPORTS...
2024-07-12T10:04:35.6868669Z [INFO] GENERATING ERROR REPORTS...
2024-07-12T10:04:35.7071743Z [INFO] Test results for 4 tests generated in 4 secs in directory: file:/home/runner/work/dtpl-qa-automation-rapid-migration/dtpl-qa-automation-rapid-migration/target/site/serenity/
2024-07-12T10:04:35.7081284Z [INFO] ------------------------------------------------
2024-07-12T10:04:35.7085960Z [INFO] | SERENITY TESTS: | ERROR
2024-07-12T10:04:35.7087380Z [INFO] ------------------------------------------------
2024-07-12T10:04:35.7092265Z [INFO] | Test scenarios executed | 4
2024-07-12T10:04:35.7093492Z [INFO] | Total Test cases executed | 4
2024-07-12T10:04:35.7095084Z [INFO] | Tests passed | 3
2024-07-12T10:04:35.7096216Z [INFO] | Tests failed | 0
2024-07-12T10:04:35.7105399Z [INFO] | Tests with errors | 1
2024-07-12T10:04:35.7106572Z [INFO] | Tests compromised | 0
2024-07-12T10:04:35.7108584Z [INFO] | Tests aborted | 0
2024-07-12T10:04:35.7109763Z [INFO] | Tests pending | 0
2024-07-12T10:04:35.7111836Z [INFO] | Tests ignored/skipped | 0
2024-07-12T10:04:35.7113129Z [INFO] ------------------------------- | --------------
The text was updated successfully, but these errors were encountered: