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
I am new with this framework. Please correct me if i am not reaching the right channel.
Using ExtentReports-Java for custom test reporting in a project. current project structure includes:
The test-output folder currently contains:
is ideal that we want to consolidate each test case report into a single HTML report using the ExtentReports framework.
Is it possible to merge multiple ExtentReports into a single report? Possible ideas/solutions to Be Confirmed by the community
mergeAll()
How can we maintain the structure and hierarchy of our test cases in a consolidated report? Possible ideas/solutions to Be Confirmed by the community
What's the best way to handle test artifacts (screenshots, logs) in a consolidated report? Possible ideas/solutions to Be Confirmed by the community
How can we ensure that the consolidated report is performant and easily navigable? Possible ideas/solutions to Be Confirmed by the community
I would highly appreciate any guidance or alternatives to achieve this consolidation using the ExtentReports framework.
Thank you for your help community! ps. I am super keen to contribute to the project.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am new with this framework. Please correct me if i am not reaching the right channel.
Using ExtentReports-Java for custom test reporting in a project. current project structure includes:
The test-output folder currently contains:
is ideal that we want to consolidate each test case report into a single HTML report using the ExtentReports framework.
Questions and Possible Solutions
Is it possible to merge multiple ExtentReports into a single report?
Possible ideas/solutions to Be Confirmed by the community
mergeAll()
method to combine reportsHow can we maintain the structure and hierarchy of our test cases in a consolidated report?
Possible ideas/solutions to Be Confirmed by the community
What's the best way to handle test artifacts (screenshots, logs) in a consolidated report?
Possible ideas/solutions to Be Confirmed by the community
How can we ensure that the consolidated report is performant and easily navigable?
Possible ideas/solutions to Be Confirmed by the community
I would highly appreciate any guidance or alternatives to achieve this consolidation using the ExtentReports framework.
Thank you for your help community!
ps. I am super keen to contribute to the project.
The text was updated successfully, but these errors were encountered: