vaadin / quarkus

An extension to Quarkus to support Vaadin Flow
Apache License 2.0
28 stars 3 forks source link

Remove local-run profiles on integration test modules #62

Closed mcollovati closed 2 years ago

mcollovati commented 2 years ago

Since all integration tests extends ChromeBrowserTest, that now uses WebDriverManager to manage chromedriver, there should be no need anymore for driver-binary-downloader-maven-plugin defined in local-run profiles. The profile only configures the above-mentioned plugin, so it could be completely removed.