Code Monkey home page Code Monkey logo

android-screenshot-reporter's People

Contributors

cristiangm avatar sloy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

android-screenshot-reporter's Issues

Generate pretty html report

Right now the plugin downloads the screenshots and puts them in the output folder.

It would be nice to also have an html report to see all screenshots classified by test class and method.

Allow pulling directories

Right now the plugin only pulls files in the output folder.
We want to be able to pull entire subfolders in that output folder, so we can better organice the screenshots files.

Allow taking screenshots outside the Rule

Right now we must use the ScreenshotsRule to take screenshots.

If you use a pattern like PageObject and you want to take screenshots inside of them, you must leak the rule instance. We don't want that.

We need a way to take screenshots with a static method from anywhere in the code, and still maintain the knowledge about the current test method.

Take error screenshots only when test fails

Right now we're taking error screenshots automatically whenever espresso fails, even if the exception is handled inside a try/catch.

That generates error screenshots when we don't want them. For instance, if you use a library like Barista which has some try/catch inside to make your life easier.

We want to only take the error screenshots when the test result is failed.

Store screenshots in subfolders

Right now we store all screenshots in the output directory's root. That can be a mess for big test suites.
We want to use subfolders for test classes and test methods.

Doing first #1 might help.

Allow multiple devices

Right now it fails to create the report if there's more than one device connected.
Instead, it should be able to download all reports separately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.