├── src/ # Test source code ├── drivers/ # WebDriver binaries ├── screenshots/ # Test execution screenshots ├── test-output/ # Test reports ├── config.xlsx # Test configuration data ├── pom.xml # ...
<plugins> <plugin> <groupId>com.lazerycode.selenium</groupId> <artifactId>driver-binary-downloader-maven-plugin</artifactId> <version>1.0.17</version> <configuration ...