currents-dev/cypress-cloud

Reporting results error

Closed this issue · 2 comments

my config

  const { totalFailed } = await cyCloud.run({
    record: true,
    headless: true,
    parallel: true,
    config:{
      video: true,
      videoUploadOnPasses:true
    },
    key: recordKey,
    spec: pathToSpec,
    project: pathToProject,
    configFile: runConfigFile,
    ciBuildId: 'cikeys123',
  });

Describe the bug

In sorry-cypress, in function getVideoUploadUrl reuslt need to check cypressConfig to getUrl

but in cyprss-cloud instanceResults in runtime dont have cypressConfig

return updateInstanceResults(instanceId, instanceResults);

Expected behavior

upload video

@jiapangpang thanks for submitting the issue, would you mind please following the template and provide all the details

oh,it is my fault, sorry