-
-
Notifications
You must be signed in to change notification settings - Fork 6
Draft
Rafaco edited this page Apr 11, 2019
·
1 revision
This is a page containing old sections from our Read.me. It could be use later on.
This library attempt to extend your app with minimal modification of your source code. Only install is required and you will get... Although, you can do a direct integration to get:...
Programmatically interacting with tools:
- Custom invocation
- Open Tool
- Take Screenshot
- Send Report
Environment selector:
Inject details into tools:
Special properties to include in tools and their reports.
- Custom properties (setProperty(Name, value))
- Custom watchers (setWatcher(Name, Runnable))
- Custom report vs "Custom properties" section at info/status
Network inspection:
- Adding our network interceptor (OkHttpClient & http requests)
Debugger assistance:
- Show debug messages (showInfo, showError,...)
- Annotations to Debug classes/methods
- Annotations to improve tracking lifecycle (services, fragments...)