| Create integration test (separated from unit tests) in android sdk. How
- Test should be run separately (will not be part of unit tests), e.g. with ./gradlew test-integration
- Route to metrics endpoint will be written to separate configuration file, so it could be loaded from there (or maybe there's a better way how to do this?)
|