visual-plugin icon indicating copy to clipboard operation
visual-plugin copied to clipboard

Visual Regression Testing for Intern

Results 13 visual-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

dependencies

Bumps [express](https://github.com/expressjs/express) to 4.17.3 and updates ancestor dependency [intern](https://github.com/theintern/intern). These dependencies need to be updated together. Updates `express` from 4.16.3 to 4.17.3 Release notes Sourced from express's releases. 4.17.3 deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.9.7 and updates ancestor dependency [intern](https://github.com/theintern/intern). These dependencies need to be updated together. Updates `qs` from 6.5.1 to 6.9.7 Changelog Sourced from qs's changelog. 6.9.7 [Fix] parse:...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

- onlyReportErrors: Only display visual regressions in the report. Default option is false, so all tested screenshots are added to the report, which was the original system. When set to...

It looks like right now if I specify multiple browser combinations, it compares all the different browsers to 1 baseline and they aren't always pixel perfect (I don't expect them...

Hello! Right now intern-visual can make a screenshot for part of the page. It can be nice to have some API for making screenshot of entire page. Now I should...

enhancement
help wanted

Hello Everyone, I am very new to Intern and I found it through sauce labs. I am trying to perform a visual regression test on different browsers and I tried...

Problem: Right now visualTest didn't provide any API for page scroll. The only thing which you can do is open the page and take screenshot right after that. ``` JavaScript...

Applitools offers a cloud-hosted visual regression testing platform. It's a commercial service. I'd like to add support for it (beyond our free visual regression testing suite) as a way for...

enhancement