davidbrowaeys / DXB

A utility cli plugin built on top of #SFDX to facilitate devops.
https://davidbrowaeys.github.io/DXB/
MIT License
31 stars 9 forks source link

Test class names generated with comma #65

Open shreyagoyal06 opened 1 week ago

shreyagoyal06 commented 1 week ago

When using the dxb plugin in the yml and using the (sf dxb source fetchtest -x delta_manifest/package.xml) command, it generates the test classes names separated by comma but in the new SF command, the test class names need to be separated by space

Screenshot 2024-09-20 at 7 23 14 PM

With current script, getting below error in the pipeline: AccountHandlerTest,AccountListControllerTest (node:393) Warning: The previous version of this command used a comma-separated list for tests. We've changed how you specify multiple tests, so if you continue using your current syntax, your tests will probably not run as you expect.

If a test name contains a space, enclose it in double quotes. For multiple test names, use one of the following formats:

Can you please update the backend script according to latest sf command format?

shreyagoyal06 commented 1 day ago

Hi @davidbrowaeys

Hope you are doing well!

Can you please provide an explanation on the issue above?

Thanks, Shreya Goyal