-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Is your feature request related to a problem? Please describe.
The excludeSystemUI modification for TestifyConfigurations can be construed as the system UI appearing in the screenshot capturing process. This may lead to some confusion as to why the system UI is appearing in the final asset and why it's not failing when the time, etc is different.
This feedback relates to:
- The Kotlin library
- The Gradle plugin
- The IntelliJ Platform plugin
- The sample code
- The documentation
Describe the solution you'd like
The system UI could be excluded from the asset capture entirely. Either by blanking out the system UI portion of the capture or cropping the capture such that the system UI areas are removed. This would have the added benefit of reducing the size of the asset in a very minor way
Describe alternatives you've considered
Renaming the method to "excludeSystemUIFromComparison" - This was my first thought but it's a long name and discovering that the method only affects the compare step is relatively easy.
Additional context
Add any other context or screenshots about the feature request here.