Nima
Nima
Hi @jbures, The problem is that you are trying to name your screenshot image file in a wrong way, instead, you should use Differencify provided options to that for you....
Hi @jbures , Have you tried something like this https://github.com/NimaSoroush/differencify/blob/61142708e7fa54bdceee7d4aab1f038cddcfc607/src/integration.tests/integration.test.js#L200
Hi @Stanimir-Georgiev, thanks for your contribution. I added couple of comments. Would you please also write some unit tests too?
Hi @atsepkov-zaius , how about using [elementHandle.screenshot]( https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#elementhandlescreenshotoptions) instead?
Hi @mariyan-dimitrov : If I understood your use case well, you want to override the existing prefix in differencify and instead providing your own test names which you can use...
Hey @mariyan-dimitrov , Thanks for clarifying the issue. I misunderstood it initially. The short answer is that, it is not possible to remove the test name postfix with the current...
Hi @therealpecus, I am not sure what would be the best approach for unique ID generation. There is already an incremental test ID generation in place but I think for...
Hi @therealpecus , Sorry for the confusion. Yes, you are right and this needs to be fixed. Are you happy putting a fix for this? otherwise, I will prioritize a...
Hi @glentakahashi , do you have an example of your test structure which you can post here?
Hi @AshCoolman: Differencify is designed to compare your reference snapshot with development snapshot. To me, your `prodHomepage` should be your reference snapshot which is already stored on the disk. I...