Zhelyazko Atanasov
04/23/2021, 5:53 AMAndroidXScreenshotTestRule
. But I can't seem to find the appropriate dependency to add to my project so that I can use AndroidXScreenshotTestRule
. I looked into Google's Maven repo for androidx.test
group and I also have added these dependencies to my project:
• androidx.test:core-ktx
• androidx.test:runner
• androidx.test:rules
• androidx.test.ext:junit-ktx
But none of them seems to contain the desired AndroidXScreenshotTestRule
. What am I missing?Colton Idle
04/23/2021, 9:52 AMAndroidXScreenshotTestRule
is experimental and it's not officially supported.Colton Idle
04/23/2021, 9:53 AMZhelyazko Atanasov
04/23/2021, 10:18 AMLouis Pullen-Freilich [G]
04/23/2021, 1:38 PMshivansh mittal
04/19/2022, 11:20 AMColton Idle
04/19/2022, 1:32 PMshivansh mittal
04/19/2022, 2:06 PMColton Idle
04/20/2022, 5:00 AM