easy-fix
easy-fix copied to clipboard
Can you provide a simple boilerplate example to try this out?
Great product. Wanted to try a simple test in capture and then replay mode for a mocha test. I am trying to make it work with a browser test, which opens a site in a browser, captures the traffic and then replays the traffic when machine is not connected to Internet at all. Is that something doable?
Thanks!
Currently easy-fix only works server-side (with nodejs) due to the dependencies on 'fs' and 'os'. I see the value in enabling easy-fix in the browsers. It should be possible to eliminate the dependency on 'os' and abstract the persistence - 'fs' for node and local storage for browsers.