Can't omit --ci-build-id when running Cypress in Webapp.io #29175
Labels
CI
General issues involving running in a CI provider
Cypress Cloud
Feature request or issue in Cypress Cloud, not App
type: feature
New feature that does not currently exist
Current behavior
When I omit the
--ci-build-id
flag from the Cypress command that executes within Webapp.io (formerly LayerCI) I get:Desired behavior
The command should execute successfully when this flag is omitted since Cypress now supports Webapp.io internally as a CI provider. Omitting the flag will allow the command to be deterministic which will allow us to use Turborepo to not run Cypress when it is not necessary (e.g. only change is an update to README.md).
Test code to reproduce
Our command looks like:
So you could run something similar in Webapp.io and then remove --ci-build-id to see the issue.
Cypress Version
13.6.5
Node version
20.11.0
Operating System
Ubuntu 22.04
Debug Logs
The text was updated successfully, but these errors were encountered: