You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.