Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Prevent
NullPointerException
in cleanupSpec
for non-`@Integr…
…ation` tests (#66) If a 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.
- Loading branch information