sergio-sastre / ComposablePreviewScanner

A library to help auto-generate screenshot tests from Composable Previews with any screenshot testing library: JVM-based (i.e. Paparazzi, Roborazzi) as well as Instrumentation-based (i.e. Shot, Dropshots, Android-Testify, etc.)
MIT License
121 stars 1 forks source link

AndroidPreviewScreenshotIdBuilder small issues #9

Closed sergio-sastre closed 1 month ago

sergio-sastre commented 1 month ago

Dark/Night mode is currently not parsed correctly, since we only look for UI_MODE_NIGHT_YES, but if put together with a bitwise operation like this "or", it does show "DAY" instead of "NIGHT"

sergio-sastre commented 1 month ago

Fixed in #10