Brian Mann

Results 102 comments of Brian Mann

Unfortunately, I find this woefully inadequate. In my opinion ECT beats ECO all around, **except** for the fact that you're coupled to a server side implementation, and lazy loading the...

+1 this would be super helpful

Okay thanks for the response. I'll have some time to keep hacking on it pretty soon, and I'll let you know if I get anywhere.

There's some interesting ideas here, and I wanted to add in a couple more. Another option would be to use `cy.task()` to launch another browser instance using either Cypress or...

The thing is - you're thinking about it in the wrong way. You're saying that your testing methodology would become outdated - because that's the wrong approach and wrong way...

You're trying to test SSO - and we have recipes showing you exactly how to do this. Also best practice is never to visit or test 3rd party sites not...

@pieterdv and @blex18 you can just use `cy.request()`. @pieterdv I have no idea what your comment meant in regards to microsoft not allowing ROPC grant for web applications. A `cy.request`...

@blex18 as for recipes - yes, we specifically show a SSO example in our recipes that interact with a 3rd party server. There is no difference between that example and...

Microsoft should really expose a programmatic API to accomplish this. All of the standard oAuth API's from 3rd party providers do this. I really feel like this **must** exist in...