📄️ Set up testify-compose
Prerequisites
📄️ Test a Composable
In order to test a @Composable function, you must first declare an instance variable of the ComposableScreenshotRule class. You will be using this rule instead of the default ScreenshotTestRule.
📄️ Interoperability with ComposeTestRule
A ComposeTestRule is a TestRule that allows you to test and control composables and applications using Compose. You can read more about Testing your Compose layout here.
📄️ Testing with different Locales and Font Scales
Locales