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
The Test Runner v3.7.0 sends the workflow and SHA information to the dashboard API (see #5687) but we have not implemented the API side (forming build id there)
After thinking about it - it would require a lot of refactoring to support this feature. Right now we only consider CI environment variables while forming CI build id, and do not pass commit information. Passing commit information would require too many changes and tests. Soon GitHub Actions will set an environment variable with unique workflow ID, which we will pass in the Test Runner to support this.
Current behavior:
When running Cypress v3.7.0 on Github Actions with
record
andparallel
flags, this error occurs:projectId
is correctly set incypress.json
Record Key is correctly exposed in an environment variable in Github Actions YAML config file:
Output:
Desired behavior:
CI Build ID should be determined when running tests on Github Actions
Versions
Cypress v3.7.0
The text was updated successfully, but these errors were encountered: