android-testify
android-testify copied to clipboard
Record mode should not compare to the baseline
Is your feature request related to a problem? Please describe.
There's no reason for Testify to do a comparison against the baseline when in record mode. We can skip this. It would be faster and prevent the exactness tolerance from ignoring changes.
This feedback relates to:
- [x] The Kotlin library
- [ ] The Gradle plugin
- [ ] The IntelliJ Platform plugin
- [ ] The sample code
- [ ] The documentation