• Phillip Webb's avatar
    Fix WebDriver lifecycle issues · ac2609b5
    Phillip Webb authored
    Update WebDriver support to ensure that the `.quit()` method is called
    after each test method runs and that a new WebDriver instance is
    injected each time.
    
    Support is provided by introducing a new `Scope` which is applied by
    a ContextCustomizerFactory and reset by a TestExecutionListener.
    
    Fixes gh-6641
    ac2609b5
Name
Last commit
Last update
..
java/org/springframework/boot/test/autoconfigure Loading commit data...
resources Loading commit data...