-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grails-functional-tests relocated to grails-core
- Loading branch information
1 parent
bc9bd88
commit b21c8b9
Showing
645 changed files
with
1 addition
and
72,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1 @@ | ||
# Functional tests for Grails Core | ||
|
||
[![Java CI](https://github.com/grails/grails-functional-tests/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/grails-functional-tests/actions/workflows/gradle.yml) | ||
|
||
|
||
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](https://github.com/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 | ||
``` | ||
2. 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 | ||
``` | ||
3. | ||
In grails/grails-functional-tests, run: | ||
``` | ||
cd grails-functional-tests | ||
./gradlew build -PmavenLocal | ||
``` | ||
4. Check the Results: | ||
Verify that the build completes successfully. | ||
```console | ||
BUILD SUCCESSFUL in 4m 20s | ||
139 actionable tasks: 124 executed, 15 up-to-date | ||
``` | ||
grails-functional-tests has been moved to grails-core as of 7.0 per https://github.com/grails/grails-core/issues/13557 |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.