Results 11 comments of

if you are using craco like package, adding the babel-plugin-istanbul package during testing solves the coverage issues

hi @EmreMengukan @Rogergonzalez21. you can solve the routing problem with https://github.com/luisfcofv/react-native-deep-linking. you can route to the application directly from the instagram redirect address.

https://codesandbox.io/s/w2p786r788

> What is the purpose of this change? A description would be appreciated. updated

Hi. You can resolve it by re-creating it after you have destroyed the existing list.

@kris-luminar mock files are created correctly, but there are problems with their use. cy.intercept is not working correctly, request is still being sent to server. you can check via localhost...

@theRenard you can change the [createStubbedRoute](https://github.com/Nanciee/cypress-autorecord/blob/master/index.js#L152) function like this and use [patch-package](https://www.npmjs.com/package/patch-package) package. this change worked correctly for me. i will be glad if you try it and post the...

> Unfortunately it's not working, I suppose it works on your side when serving mocked data, in my case it just write an empty/partial mockup and it's also a bit...

I have published my changes for cypress 10 support as a package. it works correctly on the project I'm working on. You can try and write if you see any...