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.html
and linked files? - I looked into the
travis
CLI but could not find a download option there. - Is there a way to access the Travis CI instance via SSH?