Skip to content

grails/grails-functional-tests

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2024
Dec 6, 2024
Nov 18, 2024
Oct 31, 2024
Nov 12, 2024
Nov 12, 2024
Dec 20, 2024
Nov 12, 2024
Nov 12, 2024
Sep 28, 2024
Nov 12, 2024
Oct 3, 2024
Nov 12, 2024
Nov 22, 2024
Nov 16, 2024
Dec 12, 2018
Dec 20, 2024
Feb 2, 2015
Dec 20, 2024
Dec 20, 2024
Jan 16, 2025
Sep 28, 2024
Sep 28, 2024
Sep 28, 2024

Repository files navigation

Functional tests for Grails Core

Java CI

A Suite of functional tests for Grails

To change the Geb driver used to run the functional tests supply the geb.env system property.

./gradlew -Dgeb.env=chromeHeadless iT   

Usage

To test a PR in grails/grails-core with grails-functional-tests before merging:

  1. Publish the PR branch to Maven Local: Run this in grails/grails-core:
./gradlew pTML
  1. Checkout the relevant branch (e.g. 7.0.x) in grails/grails-functional-tests
git clone --branch 7.0.x --single-branch https://github.com/grails/grails-functional-tests.git
  1. In grails/grails-functional-tests, run:
cd grails-functional-tests
./gradlew build -PmavenLocal
  1. Check the Results: Verify that the build completes successfully.
BUILD SUCCESSFUL in 4m 20s
139 actionable tasks: 124 executed, 15 up-to-date