feedback
feedback copied to clipboard
[Regession] [CLI Uploader] [Windows] --file option not working as in legacy uploader
Describe the bug
--file path/to/reports/**/*.xml in legacy uploader is enough to resolve the globing and pickup all xml files under subfolders of path/to/reports
In Cli this doesn't work and fails to find the files. Workaround there is --dir path/to/reports --file *.xml
Environment (please complete the following information):
- Browser: All
- System: All
CLI version 0.7.5
To Reproduce Steps to reproduce the behavior:
- Place some coverage xml reports in folders under
path/to/reports - Run Cli upload-process passing
--file path/to/reports/**/*.xml - Upload fails because it can't find the xml files
Expected behavior Work as in legacy uploader