Nima
                                            Nima
                                        
                                    avn does not activate named lts like lts/carbon. This is what I get when I set the version in .nvmrc ``` .nvmrc => lts/carbon // avn could not activate node...
Based on [jest-puppeteer-example](https://github.com/xfumihiro/jest-puppeteer-example) it would be great to extend `NodeEnvironment` similar to [this](https://github.com/xfumihiro/jest-puppeteer-example/blob/master/puppeteer_environment.js) for example, this will avoid `differencify.launchBrowser()` and `differencify.cleanup()` on [this example](https://github.com/NimaSoroush/differencify/blob/master/API.md#simple-unchained) ``` (async () => { await...
It would be great if differencify could upload HTML report files into a cloud storage which could be accessible online after each test run GoogleDrive or dropbox could be good...
It would be great if Differencified photos could be accessible to cloud providers like google photos. This would help people to access their reports in CI mode. There is a...
**Current behavior:** Currently, when on jest mode, --updatesnapshots will update all tests. **Expected behavior:** Update should only update failed snapshots
This library helps to ensure you have the correct node & npm versions installed in your environment. https://github.com/Skyscanner/ensure-node-env
## *Who* is the bug affecting? Component creators ## *What* is affected by this bug? Node client ## *When* does this occur? in get-component.js > renderer() call ## *Where* on...
Hi, I would be interested in seeing goto() function sending HTTP response as a promise call back which you could validate based on the response you get (e.g status code)...
Hi, Wondering if there is any possibility to run niffy with Jest? I was hoping to be able to do something like: ``` import Niffy from 'niffy'; describe('Header', () =>...