Package org.fest.swing.junit.v4_5.runner

Provides a custom JUnit 4.5 Runner that takes a screenshot of failed GUI tests executed, for example, in an IDE.

See: Description

Package org.fest.swing.junit.v4_5.runner Description

Provides a custom JUnit 4.5 Runner that takes a screenshot of failed GUI tests executed, for example, in an IDE.

The custom JUnit Runner, GUITestRunner, can take screenshots of failed GUI tests. To use it, just annotate your test class with "@RunWith(GUITestRunner.class)." Screenshots of failed tests will be saved in the directory "failed-gui-tests" (relative to the directory where tests are executed.)

GUITestRunner has been tested with Eclipse 3.4.1. It is currently not working with IntelliJ IDEA due to bug IDEA-13389.

Copyright © 2009-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.