Brian Mann

Results 102 comments of Brian Mann

@BlueWinds labeling this issue as `topic: cy api` as an input for exploring future cy API enhancements. Just putting it on your radar.

Thanks for responding so quickly... I'd be happy to do a bit more testing. I'm actually headed out of town in a few hours so I'll work on this the...

If that's the case then maybe we shouldn't update the embedded Chromium in Electron to v100 yet... @BlueWinds can you check our perf charts and see if there's anything egregious...

I've written an extensive answer in our internal chat detailing the history as to how we arrived at the nomenclature we use. It's long, and complex, and we're in an...

What you're referring to is what we internally call `burn-down` mode.

This is understandable, but I think there are some counterpoints. Cypress actually wraps `mocha` and this is where these globals come from. Both `mocha` and `jest` use globals, and they...

@tnrich to be honest I think that's just something we missed and it likely should be part of the scaffolding. It's a good idea. @chrisbreiding thoughts?

You cannot change the user agent in the middle of a test. What you can do is split up the mobile tests from the desktop tests and then run those...

Its a limitation that exists for a few different config values - basically anything that's not directly under Cypress's control like things such as timeouts or environment variables, etc. `Cypress.config(...)`...

It's been talked about in other issues - and I think the general consensus was to freeze or lock properties that cannot be changed so that it would throw and...