I’m using drone to run some UI tests using selenium. What would be the best way to store and view the screenshots for each build?
As far as I know only the logs are stored, so I guess I need to persist the files using host volumes and a commit hash indexed directory. Then I could host the files on my CI server and include links on the drone build page.
Does this sound like the best way to do it?