react-styleguidist-visual
react-styleguidist-visual copied to clipboard
Automated visual testing for React Styleguidist, using Puppeteer and pixelmatch.
This PR allows the 'filter' parameter to be a regular expression
is it correct way to pass component inside filter ? module.exports = { viewports: { desktop: { width: 600, height: 600, }, }, launchOptions: { }, **filter: ['Button', 'Chip', 'Badge'],**...
Our image folder in YamUI is getting pretty big, it might be easier to navigate if it contained one directory per component?
It seems that documentation is missing info about how to test for different dimensions. Particularly, I am interested in how to take screenshots for both desktop and mobile. Any suggestions?
I'm seeing sporadically broken screenshots. Often they are clipped too small vertically, but other times the target component is only partially loaded. It seems like a timing issue, because I'm...
Howdy, I was wondering if there was a way to have the cursor appear in any of the screenshots.
So, I have a few components that use spinning animations and every time the test runs, it catches the spinner at a different phase, causing false positives. I would like...
Hi, I just wanted to ask if the use of `page.screenshot` was intentional or if you would like to use the `elementHandle.screenshot` method instead. ([See puppeteer docs](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#elementhandlescreenshotoptions)) I had to...
It would be great if there were an ability to use custom test reporters. In our team we use Teamcity to run tests. It [requires some extra console output](https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ReportingTests) so...
Wouldn't it be more useful if we will delete .new.png and .diff.png for the successful tests? Current approach requires running approve command every time even if all screenshots match the...