VisualCeption
VisualCeption copied to clipboard
Visual regression tests for Codeception
I named the expected image:` tests/_data/VisualCeption/Content.User can upload and save new Content Icon jpg file in Customer Detail Content.jpgFile.jpg` Then I call this command: `$this->tester->dontSeeVisualChanges("jpgFile", "img");` I expect that can...
When 'fullScreenShot' is false work fine. This is my code: `$I->canSeeVisualChanges("Logo", ".o-header__left", "#codeceptExclude");` and output is ``` I can see visual changes "Logo",".o-header__left","#codeceptExclude" Trying to compare ```
Hey there! Love VisualCeption, would probably love it a bit more if I was able to use it after using $I->switchToIFrame('iFrameName'). Currently I only receive a black Screenshot. If someone...
Hello ... I'm currently using VisualCeption to see if the original design specifications are met in every page of my website. I followed the install and configuration guidelines and it...
Hello, First of all thanks for this amazing tool! I'm having this weird problem using Codeception's gherkin features along with the VisualCeption module: In `Visual.feature` file I have something like...
You could use Imagine so that if my app required GD, I do not have to install imagine... https://packagist.org/packages/imagine/imagine
Currently all of the screenshots are saved in to a single folder. This is not an ideal solution if you are running cross-browser tests on multiple things as it results...
It would be nice to specify areas (by using x, y offsets) to exclude from the screenshot. This would help to ignore areas that are not accesible by css, for...
There is a nice extension + module solving similar problem. I think VisualCeption can take some ideas/implementation parts out of it. What do you think? https://github.com/sascha-egerer/css-regression