Is there a way to access and view html report in Travis CI for maven testng tests ?
At this moment, Travis CI logs is the only way I see how many tests passed/failed/skipped etc.
Something like this: Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.427 sec
Results :
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
However there are surefire reports generated in this directory:
[INFO] Surefire report directory: /home/travis/build/xxxx/yyyy/target/surefire-reports
I want to access the surefire-reports/index.html file and view the results.
Is this possible,could someone help?