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

Update roborazzi to v1.33.0 #1815

Merged
merged 2 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ okio = "3.9.1"
paparazzi = "1.3.5"
picnic = "0.7.0"
robolectric = "4.14.1"
roborazzi = "1.32.2"
roborazzi = "1.33.0"
skie = "0.9.3"
spotless = "7.0.0.BETA2"
sqldelight = "2.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import androidx.compose.ui.test.junit4.createAndroidComposeRule
import androidx.compose.ui.test.onNodeWithTag
import androidx.compose.ui.test.onRoot
import coil.annotation.ExperimentalCoilApi
import com.github.takahirom.roborazzi.ExperimentalRoborazziApi
import com.github.takahirom.roborazzi.RoborazziRule
import com.github.takahirom.roborazzi.RoborazziTransparentActivity
import com.github.takahirom.roborazzi.captureRoboImage
Expand Down Expand Up @@ -60,6 +61,7 @@ class PetListSnapshotTest(private val useDarkMode: Boolean) {

@get:Rule val composeTestRule = createAndroidComposeRule<RoborazziTransparentActivity>()

@OptIn(ExperimentalRoborazziApi::class)
@get:Rule
val roborazziRule =
RoborazziRule(
Expand Down