grails / geb

Geb Functional Testing for Grails® framework
Apache License 2.0
8 stars 7 forks source link

Prevent `NullPointerException` in `cleanupSpec` #66

Closed matrei closed 1 week ago

matrei commented 1 week ago

If a ContainerGebSpec test is not annotated with @Integration, the webDriverContainer is null in cleanupSpec. This fix ensures that cleanupSpec checks for a null webDriverContainer, preventing a NullPointerException during cleanup for non-@Integration tests.