Daniel Jette

Results 3 issues of Daniel Jette

**Describe the bug** When using HiltAndroidRule from Dagger/Hilt 2.49+ with Testify, an `IllegalStateException` is thrown. ```kotlin @HiltAndroidTest class NavigationTest { @get:Rule(order = 0) var hiltRule = HiltAndroidRule(this) @get:Rule(order = 1)...

Bug
Extension

An increasing number of command-line software programs output text with [ANSI color](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) escape codes by default. While some developers and users obviously prefer seeing these colors, some users don’t. Unfortunately,...

Feedback

**Describe the bug** As of API 33, you can no longer run screenshot test that use `ComposableTestActivity`. It seems that Google changed what is allowable in the manifest entries for...

Bug
Extension