The --junit and --coverage-formatters flags do not work with the --json flag for the sf project deploy start command. #2172
Labels
bug
Issue or pull request that identifies or fixes a bug
investigating
We're actively investigating this issue
Summary
The
--junit
and--coverage-formatters
flags do not work with the--json
flag for thesf project deploy start
command.Steps To Reproduce:
Expected result
The command should have created the ./tests/apex directory with the following architecture:
Actual result
The directory ./tests/apex is not created. Running the same command without the
--json
flag does create the coverage and junit reports as intended.System Information
Which shell/terminal are you using?
zsh
sf version:
Additional information
This bug was found while migrating CI/CD from the
sfdx
tosf
command. The flags work as intended with the equivalentsfdx
command.The text was updated successfully, but these errors were encountered: