Shopify / android-testify

Add screenshots to your Android tests
https://testify.dev
MIT License
231 stars 23 forks source link

Update docs to show how to override inferred config #271

Closed ryansama closed 2 years ago

ryansama commented 2 years ago

Is your feature request related to a problem? Please describe. Currently it is not clear how to override the inferred testify configurations -- after realizing that the config is wrong using ./gradlew testifySettings, I had to dig through releases to find out how to override them and finally came across a note here.

Specifying how to override the configs using testify { ... in build.gradle would save some headaches :)

This feedback relates to:

Describe the solution you'd like Just some notes in the README describing how to override the settings.

Describe alternatives you've considered Other alternatives could be to improve error messaging to hint that maybe the inferred config is wrong, and how you can override them as a hint.

Additional context N/A

DanielJette commented 2 years ago

Thanks for the feedback @ryansama This is a very good suggestion and we'll be sure to include this in our Testify 2.0 plans.

DanielJette commented 2 years ago

Moved to https://github.com/ndtp/android-testify/issues/89