codeceptjs-resemblehelper icon indicating copy to clipboard operation
codeceptjs-resemblehelper copied to clipboard

Results 14 codeceptjs-resemblehelper issues
Sort by recently updated
recently updated
newest added

Can we get a new release? Specifically need [Bump xml2js and aws-sdk](https://github.com/codeceptjs/codeceptjs-resemblehelper/commit/ea2e8a153a47c41764094b74d5ccf1d442f1e703) due to vulnerability identified in pre xml2js 0.5.0 versions. Thannks!

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. Changelog Sourced from tar's changelog. Changelog 7.0 Rewrite in TypeScript, provide ESM and CommonJS hybrid interface Add tree-shake friendly exports, like import('tar/create') and import('tar/read-entry')...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

This PR aims to add support to allure [screen diff](https://github.com/allure-framework/allure2/blob/master/plugins/screen-diff-plugin/README.md) plugin. resolves #70 resolves #58

Hi There, Currently, i can run visual comparison with codeceptjs-resemblehelper. But found the diff image can't be added in allure test report. Only latest screenshot could be added. ![image](https://user-images.githubusercontent.com/8056464/83708890-edc59e80-a64f-11ea-928a-776a76c4cbfb.png) Have...

reporting

OS: Windows 10 If you have your user's directory named in Russian (for example "C:\Users\Васян\") the whole ResembleHelper wont work on your system. That's some kind of path-related issues. That's...

We are using `codeceptjs-resemblehelper` to perform visual regression testing for our application that supports multiple locales. We are logging in with users mapped to these locales to achieve this. Since...

We are using codeceptjs-resemblehelper to perform visual regression testing for our application that supports multiple locales. We are logging in with users mapped to these locales to achieve this. We...

Fixed condition for prepareBaseImage in all variants

[Allure Screen Diff Plugin](https://github.com/allure-framework/allure2/blob/master/plugins/screen-diff-plugin/README.md) expects screenshots to be named exactly "actual", "expected" and "diff". codeceptjs-resemblehelper names screenshots "Base Image", "Screenshot Image" and "Diff Image" Is there some way to make...