Zach Bloomquist
Zach Bloomquist
First of all, I love the passion. Excellent use of rhetoric to communicate emotion. Second of all, to make sure I understand, you want to run 3 Cypress instances *simultaneously*...
`xvfb` isn't a node module, it's a package for the X windowing system. Have you installed the dependencies required for Cypress? https://docs.cypress.io/guides/guides/continuous-integration.html#Dependencies Specifically, `apt install xvfb` will give you the...
Xvfb is only for running on Linux, you shouldn't need it for macOS. I'm not sure what your CI environment is like, but you can use our [docker images](https://github.com/cypress-io/cypress-docker-images/) that...
It does seem like there is a bug here. When we are doing the `win.loadURL` for the child `BrowserWindow`, we aren't catching exceptions, and so loading a broken URL just...
Same here: https://github.com/flotwig/status.bloomqu.ist/actions/runs/10549724017 I just set up Upptime. Seems to be causing my status website to not update with my customizations: https://status.bloomqu.ist/
The issue seems to have resolved itself without me doing anything :smile:
@jordanpowell88 @jaffrepaul Can this also entail removing `lib/scripts` from `eslint-plugin-dev` entirely? As of #25308, I don't see where any of these scripts are used in any repo in the `cypress-io`...
@brian-mann @Robdel12 Unfortunately, Cypress 3.3.0 won't change this behavior. Any network error is caught by this code block and thrown, which ends the test: https://github.com/cypress-io/cypress/blob/be3e9ed1dcd2b638e851165e5c741d153118a6d8/packages/driver/src/cy/commands/request.coffee#L240-L249 We could add an option...
I was thinking we could add a new option to `cy.request`: ```js cy.request({ url: 'http://something.invalid', failOnNetworkError: false // default: true }) .then(res => { // res is an object with...
> Why not use just DOT on every wire connected together and no DOT for all the overlaps/crossovers? > > So all connection including wire to IC's and so on...