avito-tech/avito-android

Save test artifacts to runner output folder

dsvoronin opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

For now test artifacts (like: videos, pictures, logs) are only uploaded to file storage and represented as a url's in report

Describe the solution you'd like

Artifacts should be saved to test output folder by default

Additional context

Take into consideration that current AvitoReport behavior shouldn't be changed because it would take a lot of disk space for us.


Try not to copy files multiple times as it is already copied from device to temp directory

Added under experimental flag:

saveTestArtifactsToOutputs.set(true)

in #1020