Marathon JavaFX Agent

Marathon JavaDriver agent for Java/FX applications

License

License

Categories

Categories

JavaFX User Interface
GroupId

GroupId

com.jaliansystems
ArtifactId

ArtifactId

marathon-javafx-agent
Last Version

Last Version

5.4.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Marathon JavaFX Agent
Marathon JavaDriver agent for Java/FX applications
Project URL

Project URL

https://marathontesting.com
Source Code Management

Source Code Management

https://github.com/jalian-systems/marathonv5

Download marathon-javafx-agent

How to add to project

<!-- https://jarcasting.com/artifacts/com.jaliansystems/marathon-javafx-agent/ -->
<dependency>
    <groupId>com.jaliansystems</groupId>
    <artifactId>marathon-javafx-agent</artifactId>
    <version>5.4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jaliansystems/marathon-javafx-agent/
implementation 'com.jaliansystems:marathon-javafx-agent:5.4.0.0'
// https://jarcasting.com/artifacts/com.jaliansystems/marathon-javafx-agent/
implementation ("com.jaliansystems:marathon-javafx-agent:5.4.0.0")
'com.jaliansystems:marathon-javafx-agent:jar:5.4.0.0'
<dependency org="com.jaliansystems" name="marathon-javafx-agent" rev="5.4.0.0">
  <artifact name="marathon-javafx-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jaliansystems', module='marathon-javafx-agent', version='5.4.0.0')
)
libraryDependencies += "com.jaliansystems" % "marathon-javafx-agent" % "5.4.0.0"
[com.jaliansystems/marathon-javafx-agent "5.4.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

MARATHON - Test Automation for Java/Swing and Java/FX applications

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.

Building Marathon

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

Using Eclipse

Use the eclipse target to create eclipse projects for Marathon. Import the projects into a new workspace.

$ ./gradlew eclipse
C:\> .\gradlew eclipse

More Information

You can get more information about Marathon and documentation/support from:

http://www.marathontesting.com

com.jaliansystems

Jalian Systems Pvt. Ltd.

Versions

Version
5.4.0.0
5.2.6.0
5.2.5.0