Mike McCready
Mike McCready
@krishantaylor - I checked the companion issue https://github.com/cypress-io/cypress/issues/29232 and the problem is still reproducible with the latest `14.x` version `14.5.2` and the current `15.0.0` beta version.
@jennifer-shehane > We would be open to documenting another solution that solves the issue of starting the server and ensuring it's running before the tests start. I'll take a look...
- In PR https://github.com/cypress-io/cypress-documentation/pull/5948, the following criteria were applied: > Remove all plugins which meet the following criteria for being outdated. > > Outdated plugins: > > are marked as...
The [CI workflow](https://github.com/mfrachet/cypress-audit/blob/master/.github/workflows/testing-ci.yml) runs tests with Cypress ^10.2.0 (`10.11.0`). There is no testing against the current version of Cypress `14.x`. I suggest to get feedback from the owner @mfrachet about...
- There was no response from the request https://github.com/mfrachet/cypress-audit/issues/241 in the related repo
Source code inspection confirms that Cypress indeed is only checking the `projectRoot` for write access. This means by implication that Cypress incorrectly assumes that `screenshotsFolder` and `videosFolder` are using their...
It took a while and now the [README](https://github.com/facebook/create-react-app/blob/main/README.md) says:  So it is not archived, however the status is now clarified.
@just-jeb Have you referred to the documentation https://docs.cypress.io/guides/continuous-integration/introduction#Running-headless-tests-without-Xvfb and tried out the workaround there? Are you still using the old Cypress `9.3.1` version or have you updated in the meantime?...
@AtofStryker > Do you know where I can find information that states chrome headless doesn't need xvfb? See https://developer.chrome.com/blog/headless-chrome/#faq 
@AtofStryker > I wonder if we can just pass in the browser to the [isNeeded](https://github.com/cypress-io/cypress/blob/develop/cli/lib/exec/xvfb.js#L62) function and return false if chrome and headless? Could be a good first PR for...