AWS Device Farm.How can i save the custom report being generated after the test case into my local space
问题 I am working with AWS device farm.My test script when run on my local system works as expected and generates a report in my local system at specified path.Now when i run the code in the device farm the report does not get generated.Am i missing something? This is my test code to write the test cases to a html report. package testOutput; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import