A library for testing JavaFX applications programmatically or via GUI interactions.
<dependency>
<groupId>org.testfx</groupId>
<artifactId>testfx-core</artifactId>
<version>4.0.18</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Extend ApplicationTest to write JavaFX UI tests with TestFX.
Add JavaFX dependencies (e.g., org.openjfx:javafx-controls) and configure module-path in your build tool.
No dependency data recorded yet.