Skip to content

Commit

Permalink
grails-functional-tests relocated to grails-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Feb 11, 2025
1 parent bc9bd88 commit b21c8b9
Show file tree
Hide file tree
Showing 645 changed files with 1 addition and 72,821 deletions.
202 changes: 0 additions & 202 deletions LICENSE

This file was deleted.

35 changes: 1 addition & 34 deletions README.md
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
75 changes: 0 additions & 75 deletions app1/build.gradle

This file was deleted.

Binary file not shown.
Binary file removed app1/grails-app/assets/images/apple-touch-icon.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/favicon.ico
Binary file not shown.
Binary file removed app1/grails-app/assets/images/grails_logo.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/database_add.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/database_delete.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/database_edit.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/database_save.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/database_table.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/exclamation.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/house.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/information.png
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/shadow.jpg
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/sorted_asc.gif
Binary file not shown.
Binary file removed app1/grails-app/assets/images/skin/sorted_desc.gif
Binary file not shown.
Binary file removed app1/grails-app/assets/images/spinner.gif
Binary file not shown.
Binary file removed app1/grails-app/assets/images/springsource.png
Binary file not shown.
20 changes: 0 additions & 20 deletions app1/grails-app/assets/javascripts/application.js

This file was deleted.

Loading

0 comments on commit b21c8b9

Please sign in to comment.