Brian Mann
Brian Mann
We originally did this and tried this and the workflow doesn't really pan out the way you'd expect. There are all kinds of bizarre edge cases. It also doesn't really...
Cypress is built on top of mocha, we inherit everything that it does. Setting the URL is a possible way to do this. But what happens if you have a...
@lmiller1990 can you upload a screenshot of what the settings UI looks like for E2E vs CT that indicate which experiments are available? I would expect that `experimentalSingleTabRunMode` experiment option...
I will do as you request and continue to let you know my thoughts. I need to spend some time trying it on a myriad of our existing projects to...
Solid. Wanted to report back on an update. Been knee deep in Wallaby the last few days. After understanding some of your points and spending more time with it I...
Also for anyone else - by switching to `console.error(...)` as opposed to `console.log(...)` I was able to bypass the stack trace hijacking which enables us/me to see just the logs...
`.should('match.snapshot')` is the best fit into the existing command / assertion system. We would just add a chai assertion to do exactly what `toMatchSnapshot` does. This would also give you...
Okay I've added this functionality - in coffeescript (of course). You can take inspiration from it. Syphon can _almost_ do this out of the box, but because `assignKeyValue` is a...
Would really love to see this. I'm in a similar situation where the hard coded `instanceof` check is really problematic. I have multiple versions of jQuery and have to do...
This pull request would fix my issue, any reason why it can't move ahead?