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

Dependency on compose-test for non-compose projects #212

Open
realdadfish opened this issue Nov 20, 2023 · 1 comment
Open

Dependency on compose-test for non-compose projects #212

realdadfish opened this issue Nov 20, 2023 · 1 comment

Comments

@realdadfish
Copy link

I was trying to use Roborazzi 1.8.0-alpha-5 on a non-compose, XML UI-only project. When I tried to use the ViewInteraction-based APIs, the compiler moaned about

cannot access SemanticsNodeInteraction
class file for androidx.compose.ui.test.SemanticsNodeInteraction not found

As a workaround, I added testCompileOnly("androidx.compose.ui:ui-test-junit4:1.5.4").

@takahirom
Copy link
Owner

Thank you for bringing this issue to our attention. We are planning to manage dependencies using TOML. Following that, I intend to refactor some of the dependencies associated with Roborazzi modules.

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