Skip to content

@Autowire WebDriver lifecycle not correct #6641

@rwinch

Description

@rwinch

In Spring Boot 1.4.0.RELEASE the testing support does not invoke WebDriver.quit() between tests. It should also create a new instance for every test method.

The @Autowire WebDriver should add a hook so that after every test WebDriver.quit() is invoked and a new instance is created at the beginning of each tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions