Results 4 issues of Roman Tretiak

I find it strange to use `AbstractMethodInterceptor` without the default `invocation.proceed()` behavior. This way I can only override the desired method(s) and don't worry that the whole spock execution will...

Hi. Please consider this extension: ``` import groovy.util.logging.Slf4j import org.spockframework.runtime.extension.AbstractGlobalExtension @Slf4j class LogExtension extends AbstractGlobalExtension { @Override void start() { log.info "I'm always logged" } @Override void stop() { log.info...

### Version 1.50.0 ### Steps to reproduce 1. Have a basic Playwright test that fails 2. Try running it with maven retries: `./mvnw test -Dtest=MyTest -Dsurefire.rerunFailingTestsCount=2` ### Expected behavior System...

P3-collecting-feedback