Cheong Yip
Cheong Yip
Couple of more fixes if you want to include them See http://plnkr.co/edit/K6zyJ2HtuRwydn33G5yf?p=preview for demo of fix
Hi, I tried to do a quick POC. See https://github.com/wingy3181/shepherd/commit/f5ed9dcc24269beae26334e60086c8d8c6fea7e7 But just wanted to know if Shepherd supports highlighting elements within an iframe? e.g. via the step `attachTo.element` property with...
`brew install https://raw.githubusercontent.com/lalitkapoor/nvm-auto-switch/master/homebrew/nvm-auto-switch.rb` no longer works as it complains about undefined method `undent` Seems to work now that it is not used I know this is a 3 year old...
I just did this very quickly for @jameskraus so he could see what i did for myself... I had other changes as well and so just quickly tried to extract...
Fixes #20
Hi, Could you adding typings to this library? I've setup the following myself ``` declare global { // eslint-disable-next-line @typescript-eslint/no-namespace namespace Cypress { interface Chainable { waitForRequest(alias: string): Chainable; waitForQuery(alias:...
Hi, Would you be open to adding the capability of setting up existing msw handlers that have been setup outside of cypress? I've patch packaged in internally to do what...
Just FYI I needed to do the following instead of what the documentation says ``` import { setMswWorkerOptions} from 'cypress-msw-interceptor/src/support'; ``` vs ``` import { setMswWorkerOptions}, 'cypress-msw-interceptor; ```