https://github.com/grails/grails-testing-support
Trait-based testing library for Grails framework
https://github.com/grails/grails-testing-support
Last synced: over 1 year ago
JSON representation
Trait-based testing library for Grails framework
- Host: GitHub
- URL: https://github.com/grails/grails-testing-support
- Owner: grails
- License: apache-2.0
- Created: 2016-10-30T17:10:50.000Z (over 9 years ago)
- Default Branch: 4.0.x
- Last Pushed: 2024-10-23T16:22:24.000Z (over 1 year ago)
- Last Synced: 2024-10-24T04:32:07.928Z (over 1 year ago)
- Language: Groovy
- Homepage: http://testing.grails.org
- Size: 5.17 MB
- Stars: 11
- Watchers: 15
- Forks: 21
- Open Issues: 35
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
# Grails Testing Support
image:https://img.shields.io/badge/Revved%20up%20by-Develocity-06A0CE?logo=Gradle&labelColor=02303A["Revved up by Develocity", link=https://ge.grails.org/scans]
image:https://github.com/grails/grails-testing-support/actions/workflows/gradle.yml/badge.svg?event=push["Java CI", link=https://github.com/grails/grails-testing-support/actions/workflows/gradle.yml]
image:https://github.com/grails/grails-testing-support/actions/workflows/groovy-joint-workflow.yml/badge.svg?event=push["Groovy Joint Validation Build", link=https://github.com/grails/grails-testing-support/actions/workflows/groovy-joint-workflow.yml]
Documentation is available at link:https://testing.grails.org[https://testing.grails.org/]
Documentation SNAPSHOT is available at link:https://testing.grails.org/snapshot/guide/index.html[https://testing.grails.org/snapshot/guide/index.html]
Grails 7.0 branch is https://github.com/grails/grails-testing-support/tree/4.0.x[4.0.x]
Grails 6.2 branch is https://github.com/grails/grails-testing-support/tree/3.2.x[3.2.x]
Grails 6.1 branch is https://github.com/grails/grails-testing-support/tree/3.1.x[3.1.x]
Grails 6 branch is https://github.com/grails/grails-testing-support/tree/3.0.x[3.0.x]
Grails 5 branch is https://github.com/grails/grails-testing-support/tree/2.4.x[2.4.x] which includes support for Groovy 3.
Grails 4.0.x branch is https://github.com/grails/grails-testing-support/tree/2.1.x[2.1.x].
Grails 3.x branch is https://github.com/grails/grails-testing-support/tree/1.1.x[1.1.x].
Please see https://github.com/grails/grails-testing-support/releases[release notes] for more information.