Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContainerGebSpec #61

Open
wants to merge 6 commits into
base: 5.0.x
Choose a base branch
from
Open

ContainerGebSpec #61

wants to merge 6 commits into from

Conversation

matrei
Copy link
Contributor

@matrei matrei commented Oct 16, 2024

No description provided.

This feature enables easy running of geb tests in a container so you don't have to manage driver versions on the host machine.
The common package name used by grails plugins is `grails.plugin.{plugin-name}`.
The common package name used by grails plugins is `grails.plugin.{plugin-name}`.
For `ContainerGebSpec` to work, the serverPort needs to be set.
This is done by adding the `@Integration` annotation to the test class.
- Use Gradle testFixtures feature to make test dependencies available to downstream projects without leaking them to the wrong scopes
- Refactor `ContainerGebSpec` in co-operation with sbglasius to add more features and make it work without Docker Desktop.
@sbglasius
Copy link

@matrei Looks great. I am apparently not committer on grails, so I cannot do approvals

@matrei
Copy link
Contributor Author

matrei commented Oct 16, 2024

I am apparently not committer on grails

Well, you should be. That is an easy fix 😄

@jamesfredley
Copy link
Contributor

@sbglasius I have submitted a request and you should see invites to a github team soon.

Copy link
Contributor

@jamesfredley jamesfredley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect the servlet-api changes will likely change based on gpc/grails-mail#56 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants