Mike McCready

Results 2194 comments of Mike McCready

I confirmed this issue with Cypress 12.13.0 under Ubuntu 20.04 and Node.js 18.16.0 See repo https://github.com/MikeMcC399/cy-xvfb-test Workflow run [5187602242](https://github.com/MikeMcC399/cy-xvfb-test/actions/runs/5187602242) Edit: Still failing in Cypress 12.16.0

@nevercast This should probably be a new issue.

@gweesin > If we run with chrome, can we remove xvfb dependency in the future? That is the request in this issue. The issue is however still open, so there...

@nevercast Did you ever open a separate issue? There is something wrong, apart from xvfb, if Cypress is being run twice. If you haven't done so already, I suggest again...

@nevercast - Your issue sounds very similar to https://github.com/cypress-io/github-action/issues/974

@nevercast It was added to the `github-action` documentation [start-server](https://github.com/cypress-io/github-action/blob/master/README.md#start-server) a while back: > **Caution:** use the `start` parameter only to start a server, not to run Cypress, otherwise tests may...

@jennifer-shehane > Yah I ran across this issue one day. I feel like the issue was much higher in our code somewhere....and now I can't remember where. It seems like...

This issue also affects how the operating system is shown in Cypress Cloud, Run Properties, where the release version is also missing: ![image](https://github.com/user-attachments/assets/93bb380a-1e0b-44f7-8af9-f54e1f09d1a2)

@mschile / @jennifer-shehane The problem seems to come from https://github.com/cypress-io/cypress/blob/develop/packages/server/lib/util/system.js where `obj.release` is undefined. The module itself is unchanged since Dec 2019 and was previously working in Cypress `v10.11.0`. It's...

@jennifer-shehane I would have liked to test the fix against the test case: https://github.com/MikeMcC399/cypress-test-tiny/tree/30533-module-api-osversion however the pre-release binary, like all other pre-release binaries since Aug 20, 2025, is unavailable. ```shell...