Aran Cauchi

Results 8 comments of Aran Cauchi

I too have stumbled on this issue, and I'm looking for a fix. I experimented downgrading cavy to 3.4.1 but no dice, it still just sits there and times out....

> I was able to overcome this by using Pretender directly for intercepting specific queries. Thanks for the suggestion on [how to implement a more fine grained passthrough](https://github.com/miragejs/miragejs/blob/fccde8f2ecbe67bb46c3cdb0fe58c2f3076bb554/lib/server.js#L78-L93), turned out...

This looks like there is a problem translating the ceri-icon dependency during the uglify phase, which shouldn't be a problem after webpack has bundled all dependencies together

> Best solution here is to delete React Native and with it; your entire existing app. This issue isn't your personal soapbox.

I got around this issue by pre-generating/building a .js file separately that is then executed by maestro. My use case was generating formatted times/dates with moment.js, so pre-generating this data...

Depending on your setup, you may need to add a `` to the root of your modal screen, if using react-navigation. This solved it for me.

Be aware that for env vars passed to maestro they need a preceding `-e` before each key/value pair (the docs don't state this). If expanding from a .env file you...