diff --git a/packages/cypress-cloud/lib/runner/runner.ts b/packages/cypress-cloud/lib/runner/runner.ts index a8997290..43823315 100644 --- a/packages/cypress-cloud/lib/runner/runner.ts +++ b/packages/cypress-cloud/lib/runner/runner.ts @@ -172,7 +172,7 @@ function getSpecAbsolutePath( const absolutePath = allSpecs.find((i) => i.relative === relative)?.absolute; if (!absolutePath) { warn( - 'Cannot find absolute path for spec. Spec: "%s", candidates: %', + 'Cannot find absolute path for spec. Spec: "%s", candidates: %o', relative, allSpecs ); diff --git a/packages/cypress-cloud/package.json b/packages/cypress-cloud/package.json index e15956d4..0328e210 100644 --- a/packages/cypress-cloud/package.json +++ b/packages/cypress-cloud/package.json @@ -1,6 +1,6 @@ { "name": "cypress-cloud", - "version": "1.6.0", + "version": "1.7.0-beta.0", "main": "./dist/index.js", "author": "Currents Software Inc", "homepage": "https://github.com/currents-dev/cypress-cloud",