VisualCeption icon indicating copy to clipboard operation
VisualCeption copied to clipboard

Feature request: ability to define the screenshot path

Open MatissJanis opened this issue 8 years ago • 0 comments

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 in hundreds of screenshots in a single directory.

I would propose to create a nested folder structure.

screenshots/
    MyTest/
        identifier.png
        identifier-2.png

Ideally one should be able to fully define the structure. This is what my ideal structure would look like:

screenshots/
    MyTest/
        android/
            identifier.png
            identifier-2.png
        chrome/
            identifier.png
            identifier-2.png

MatissJanis avatar Sep 12 '17 06:09 MatissJanis