Is there a way to write compose tests in a multiplatform way?
c
Colton Idle
05/30/2021, 2:19 AM
Tests for compose UI? If so, I think compose unit tests are still kinda up in the air since you can't actually assert that things are actually being drawn on the screen as you expect them to unless you do some kind of screenshot testing.