You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide better error messages when a user provides an invalid id for force:apex:test:report
Steps To Reproduce:
Provide an invalid Id to the test report command e.g. sfdx force:apex:test:report -i 7075A0000BiWZjxx -r human
Returns an unhandled query error:
ERROR running force:apex:test:report:
UserId FROM ApexTestRunResult WHERE AsyncApexJobId = '7075A0000BiWZjxx'
^
ERROR at Row:1:Column:150
invalid ID field: 7075A0000BiWZjxx
Expected result
The command should return a clear error message letting the user know the provided data is invalid.
The text was updated successfully, but these errors were encountered:
Summary
Provide better error messages when a user provides an invalid id for
force:apex:test:report
Steps To Reproduce:
sfdx force:apex:test:report -i 7075A0000BiWZjxx -r human
Expected result
The command should return a clear error message letting the user know the provided data is invalid.
The text was updated successfully, but these errors were encountered: