feedback icon indicating copy to clipboard operation
feedback copied to clipboard

[Regession] [CLI Uploader] [Windows] --file option not working as in legacy uploader

Open nikosatwork opened this issue 1 year ago • 5 comments

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:

  1. Place some coverage xml reports in folders under path/to/reports
  2. Run Cli upload-process passing --file path/to/reports/**/*.xml
  3. Upload fails because it can't find the xml files

Expected behavior Work as in legacy uploader

nikosatwork avatar Oct 18 '24 22:10 nikosatwork