Browser Automation library / framework based on Selenium
Easiest way to use comfast-ui is to add it as a dependency to your project by:
testImplementation("dev.comfast:comfast-ui:0.2.5")
// Junit5 is required to run Examples
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")And Copy/Run some unit tests from ExamplesTest to Your project, then run.