easy-fix
easy-fix copied to clipboard
easy-fix: run integration tests like unit tests
Projects like https://netflix.github.io/pollyjs/ let you replay when the recording exists (ideal), or record if it's missing. When working on tests/features, this behavior is desirable to having to switch `TEST_MODE` &...
This would allow the `filename` to be dynamic based on the args provided to the call.
Let's say there is a function `F(x)` such that `x` is an object, and `f`returns a Promise. If inside of `f`, `x` is mutated, such as via `x.a = 'blah'`,...
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...