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

Merge the test results of each module #472

Open
datt16 opened this issue Aug 20, 2024 · 1 comment
Open

Merge the test results of each module #472

datt16 opened this issue Aug 20, 2024 · 1 comment

Comments

@datt16
Copy link

datt16 commented Aug 20, 2024

By default, in a project with multiple modules, when writing Roborazzi tests in each module, the test reports(html) are generated in each module.

There is no problem if you want to check the results for each module,
but if you want to check the test results for the entire project, you need to merge the test results of each module each module using some method.

Is there a good method to merge the test results of each module?

@takahirom
Copy link
Owner

We need to know the best practices for dealing with multi-module setups in a Gradle Plugin. We can also check the APIs of Isolated Projects.
https://docs.gradle.org/current/userguide/isolated_projects.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants