I am running Android instrumentation tests based on the Android testing library on Travis CI. Once the connectedDebugAndroidTest Gradle task finished it outputs the local path to a HTML test report which Gradle generates.
Execution failed for task ':example:connectedDebugAndroidTest'.
> There were failing tests. See the report at: file:///home/travis/build/user/Example/Example/build/reports/androidTests/connected/index.html
- How can download or access the
index.htmland linked files? - I looked into the
travisCLI but could not find a download option there. - Is there a way to access the Travis CI instance via SSH?