Marathon is a tool for recording, replaying, refactoring test cases for Java GUI programs developed using Swing or FX components. Marathon consists of an editor, a recorder and a player. Marathon records the test cases in an easy to read and maintainable format using JRuby. The test cases can be run either through the UI or in batch mode.
Marathon is built using gradle. Just clone this repository and use the gradle wrapper in the toplevel folder to build marathon.
$ ./gradlew build
C:\> .\gradlew build
Use the eclipse target to create eclipse projects for Marathon. Import the projects into a new workspace.
$ ./gradlew eclipse
C:\> .\gradlew eclipse
You can get more information about Marathon and documentation/support from: