Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: ability to define the screenshot path #31

Open
MatissJanis opened this issue Sep 12, 2017 · 0 comments
Open

Feature request: ability to define the screenshot path #31

MatissJanis opened this issue Sep 12, 2017 · 0 comments

Comments

@MatissJanis
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant