Adam Bjerstedt
Adam Bjerstedt
To be fair, my work on the cucumber port won't help much with the visual regression service.
@PippoRaimondi afaik - there has been no work towards this. Just create a draft/WIP pr while you work on the conversion.
@ychescale9 - To clarify this also means the device matrix logic is broken. You can only run a single device at a time because we are force killing a specific...
This may or may not be related, but i'm seeing failed tests causing the whole process to crash (even through ATO), which then doesn't generate the xml.
@nacuteodor android test orchestrator slows my test builds down by ~300-400%. What are you doing to handle the slow speeds?
I'm hoping you solved this by now - but FirebaseMessaging works just fine. Write a Wrapper class that injects in the Messaging singleton: ``` import dev.gitlive.firebase.messaging.FirebaseMessaging import org.koin.core.component.KoinComponent interface MessagingRepository...