Support flank version 8.1.0#77
Conversation
|
Hey, thanks for the contribution. Can we add some documentation to the readme around this flag and what it does? |
|
@runningcode Yes sure. I was going to add it. |
|
@runningcode I see there is already one open PR with version |
| The name of a Google Cloud Storage bucket where raw test results will be stored. | ||
|
|
||
| ### keepFilePath | ||
| Keeps the full path of downloaded files from a Google Cloud Storage bucket. Required when file names are not unique. Disabled by default. |
There was a problem hiding this comment.
what file names would not be unique? how does one know that one should enable this?
There was a problem hiding this comment.
As an example. When the toggle is disabled downloaded files are stored at the root of device.
results/2019-09-20-13-57-45.1454_nGys/shard_0/NexusLowRes-28-en-portrait/file.png
But when it is enabled, then the full path of the file kept.
results/2019-09-20-13-57-45.1454_nGys/shard_0/NexusLowRes-28-en-portrait/{package name}/file.png
runningcode
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
Add new feature from flank version 8.1.0.
keep-file-pathKeeps the full path of downloaded files from a Google Cloud Storage bucket. Required when file names are not unique. Disabled by default.