Hello ,
i have this error :
{
"status": 1,
"name": "Range",
"message": "Invalid time value",
"exitCode": 1,
"context": "Run",
"stack": "Range: Invalid time value\n at SfError.wrap .............. at Generator.next (<anonymous>)",
"warnings": [
"WARNING: In the Summer ’21 release, we'll rename or remove some of the output files that are created when you run force:apex:test:run or force:apex:test:report with the --outputdir (-d) parameter. This breaking change could impact your CI/CD scripts if they reference specific filenames. See https://sfdc.co/apex-test-updates for details\n"
after executing this command :sfdx force apex test run -c -r human --json -l RunLocalTests -w 60 -d on my pipeline
CLI version : sfdx-v7.186.0-83570ab-linux-x64.tar.gz
NODE_VERSION=v17.7.1-linux-x64
can you help me please
Thank you
Hi @safa Ben Omrane ,
Thank you for reporting. Please update to the latest version of the CLI published today, v7.186.2, which has the fix for this.
Thank you. Confirm that v7.186.2 fix the issue.