Skip to content
New issue

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

Optimize Allure Reporting #77

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Optimize Allure Reporting #77

merged 1 commit into from
Jan 23, 2025

Conversation

idyatlov
Copy link

Optimize Allure Reporting by removing unnecessary attachments for passed tests

  • Remove the [flaky] prefix as the issue is fixed and the flaky test is now correctly identified
  • Don't attach a summary of the passed tests
  • Don't attach and copy device logs for the passed tests (greatly decrease Allure Report size - by 97%)
  • Backport Allure test class label fix from origin
  • Fix test suite name for JUnit reports
  • Properly set test case ID and test case name variables

…sed tests

* Remove [flaky] prefix as the issue is fixed and flaky test identified by
* Don't attach summary for the passed tests
* Don't attach and copy device logs for the passed tests (greatly decrease allure report size)
* Backport Allure test class label fix from origin
* Fix test suite name for JUnit reports
* Properly set test case id and test case name variables
@github-actions github-actions bot added the core label Jan 23, 2025
@idyatlov idyatlov merged commit 1eb4d20 into develop Jan 23, 2025
1 of 2 checks passed
@idyatlov idyatlov deleted the reduce_amount_of_logs branch January 23, 2025 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant