@tad That’s kind of the issue though. How else would you test things like that? There’s no actual view to access with discrete properties. Semantics are the only way to test anything conditions in compose. Im not directly looking to test things like color. But i do have custom properties to test. I have a button which has a “tone” property that when combined with a “variant” and “size” affect colors, padding, etc…. I don’t necessarily need to test the colors and fonts directly, but i did add semantic properties for these 3 attributes so i can ensure that a given UI is putting the right type of button in the right slot.