Closed
Description
I am using this plugin for component testing - and have my component test files next to my source files.
I would like to configure this plugin to use a central folder for storing the image files.
Reason 1 - My build process has to exclude those image files from the build/deploy of my app
Reason 2 - I would like to export all the diff images and golden images from a failing CI build as a build artifact so that I can review them.
I have tried setting the imagesDir
property - but the only way that I could get this to work was by using ..\..\..\xxx
style paths - and the depth is different for each file so this is unmaintainable.