|
|
@ -34,6 +34,7 @@ |
|
|
<properties> |
|
|
<properties> |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
|
<main.dir>${basedir}/../..</main.dir> |
|
|
<main.dir>${basedir}/../..</main.dir> |
|
|
|
|
|
<suiteFile>src/test/resources/testNG.xml</suiteFile> |
|
|
</properties> |
|
|
</properties> |
|
|
|
|
|
|
|
|
<dependencies> |
|
|
<dependencies> |
|
|
@ -163,28 +164,19 @@ |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>org.seleniumhq.selenium</groupId> |
|
|
<groupId>org.seleniumhq.selenium</groupId> |
|
|
<artifactId>selenium-java</artifactId> |
|
|
<artifactId>selenium-java</artifactId> |
|
|
<version>4.5.3</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.github.bonigarcia</groupId> |
|
|
<groupId>io.github.bonigarcia</groupId> |
|
|
<artifactId>webdrivermanager</artifactId> |
|
|
<artifactId>webdrivermanager</artifactId> |
|
|
<version>5.3.0</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
<dependency> |
|
|
<dependency> |
|
|
<groupId>io.qameta.allure</groupId> |
|
|
<groupId>io.qameta.allure</groupId> |
|
|
<artifactId>allure-testng</artifactId> |
|
|
<artifactId>allure-testng</artifactId> |
|
|
<version>2.19.0</version> |
|
|
<scope>test</scope> |
|
|
</dependency> |
|
|
</dependency> |
|
|
</dependencies> |
|
|
</dependencies> |
|
|
<dependencyManagement> |
|
|
|
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>com.google.guava</groupId> |
|
|
|
|
|
<artifactId>guava</artifactId> |
|
|
|
|
|
<version>31.0.1-jre</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
<build> |
|
|
<build> |
|
|
<plugins> |
|
|
<plugins> |
|
|
<plugin> |
|
|
<plugin> |
|
|
@ -192,7 +184,7 @@ |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
<configuration> |
|
|
<configuration> |
|
|
<suiteXmlFiles> |
|
|
<suiteXmlFiles> |
|
|
<suiteXmlFile>src/test/resources/testNG.xml</suiteXmlFile> |
|
|
<suiteXmlFile>${suiteFile}</suiteXmlFile> |
|
|
</suiteXmlFiles> |
|
|
</suiteXmlFiles> |
|
|
<skipTests>${blackBoxTests.skip}</skipTests> |
|
|
<skipTests>${blackBoxTests.skip}</skipTests> |
|
|
</configuration> |
|
|
</configuration> |
|
|
|