dependencies {
testImplementation "org.graceframework:grace-plugin-geb"
}
geb
|
Because there is an issue with webdriver-binaries-gradle-plugin: Execution failed for task ':configureChromeDriverBinary' with gradle 8.7,
so if you still want to use the plugin to configure webdriver, you should downgrade Gradle to |
Description
Adds Geb 8, Selenium WebDriver 4.x to run functional tests.
Usage
Add grace-plugin-geb dependency to build.gradle,
Running the integration tests ./gradlew -Dgeb.env=chrome integrationTest or grace test-app -integration -Dgeb.env=chrome