renatoathaydes / Automaton

Simple framework which allows the testing of Swing and JavaFX2 applications.
Apache License 2.0
100 stars 21 forks source link

Allow to take screen screenshots #45

Open AlexanderZobkov opened 8 years ago

AlexanderZobkov commented 8 years ago

To understand why particular test cases failed, sometimes, it's not enough to have an error message returned by Junit or/and log files. Especially when tests are run in CI environment. To simplify troubleshooting of failed tests, screenshots (of the entire screen and/or a particular window only) can be taken during execution of unit tests.

mikeliucc commented 7 years ago

Any updates on this?

renatoathaydes commented 7 years ago

This is a very good issue to be solved by a new contributor, given that both Swing and JavaFX make it pretty easy to do so.

I have been working on many other projects, so if this is left up to me, I am sorry but it will take a few months for me to get around to doing it.