You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is your use-case and why do you need this feature?
With the recent release of the compose-screenshot-testing library by Google, I'm wondering if it's possible to integrate screenshot tests into the coverage report.
I understand that instrumented tests aren't supported, but since these screenshot tests are categorized under screenshotTest and function similarly to regular Java tests, could they still be included in the coverage report with minimal tweaks?
Describe the solution you'd like
Given that the official task for running these tests is named validateDebugScreenshotTest, I would expect the corresponding Gradle commands to be something like:
koverVerifyDebugScreenshot
koverHtmlReportDebugScreenshot
koverXmlReportDebugScreenshot
...
I realize this could be a significant change, so if we need to create a custom task to include these tests, that would be perfectly acceptable.
The text was updated successfully, but these errors were encountered:
What is your use-case and why do you need this feature?
With the recent release of the compose-screenshot-testing library by Google, I'm wondering if it's possible to integrate screenshot tests into the coverage report.
I understand that instrumented tests aren't supported, but since these screenshot tests are categorized under screenshotTest and function similarly to regular Java tests, could they still be included in the coverage report with minimal tweaks?
Describe the solution you'd like
Given that the official task for running these tests is named
validateDebugScreenshotTest
, I would expect the corresponding Gradle commands to be something like:koverVerifyDebugScreenshot
koverHtmlReportDebugScreenshot
koverXmlReportDebugScreenshot
I realize this could be a significant change, so if we need to create a custom task to include these tests, that would be perfectly acceptable.
The text was updated successfully, but these errors were encountered: