android-testify icon indicating copy to clipboard operation
android-testify copied to clipboard

Update docs to show how to override inferred config

Open DanielJette opened this issue 3 years ago • 1 comments

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:

  • [x] The Kotlin library
  • [x] The Gradle plugin
  • [ ] The IntelliJ Platform plugin
  • [ ] The sample code
  • [x] The documentation

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


Copied from @ryansama https://github.com/Shopify/android-testify/issues/271

DanielJette avatar Aug 05 '22 21:08 DanielJette

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 avatar Aug 05 '22 21:08 DanielJette