|
15 | 15 | <maven.surefire-plugin.version>3.0.0-M8</maven.surefire-plugin.version> |
16 | 16 | <kafka-ui-contract>${project.version}</kafka-ui-contract> |
17 | 17 | <testcontainers.version>1.17.6</testcontainers.version> |
18 | | - <junit.platform.version>1.9.2</junit.platform.version> |
19 | 18 | <selenide.version>6.6.3</selenide.version> |
20 | 19 | <testng.version>7.6.1</testng.version> |
21 | 20 | <allure.version>2.20.1</allure.version> |
| 21 | + <qase.io.version>3.0.2</qase.io.version> |
22 | 22 | <aspectj.version>1.9.9.1</aspectj.version> |
23 | 23 | <assertj.version>3.23.1</assertj.version> |
24 | 24 | <hamcrest.version>2.2</hamcrest.version> |
25 | 25 | <slf4j.version>1.7.36</slf4j.version> |
26 | 26 | <dotenv.version>2.3.1</dotenv.version> |
27 | 27 | <kafka.version>3.3.1</kafka.version> |
28 | | - <qase.io.version>2.1.3</qase.io.version> |
29 | 28 | </properties> |
30 | 29 |
|
31 | 30 | <dependencies> |
|
121 | 120 | <artifactId>selenium</artifactId> |
122 | 121 | <version>${testcontainers.version}</version> |
123 | 122 | </dependency> |
124 | | - <dependency> |
125 | | - <groupId>org.junit.platform</groupId> |
126 | | - <artifactId>junit-platform-launcher</artifactId> |
127 | | - <version>${junit.platform.version}</version> |
128 | | - </dependency> |
129 | | - <dependency> |
130 | | - <groupId>org.junit.platform</groupId> |
131 | | - <artifactId>junit-platform-engine</artifactId> |
132 | | - <version>${junit.platform.version}</version> |
133 | | - </dependency> |
134 | 123 | <dependency> |
135 | 124 | <groupId>com.codeborne</groupId> |
136 | 125 | <artifactId>selenide</artifactId> |
|
151 | 140 | <artifactId>allure-testng</artifactId> |
152 | 141 | <version>${allure.version}</version> |
153 | 142 | </dependency> |
| 143 | + <dependency> |
| 144 | + <groupId>io.qase</groupId> |
| 145 | + <artifactId>qase-testng</artifactId> |
| 146 | + <version>${qase.io.version}</version> |
| 147 | + </dependency> |
| 148 | + <dependency> |
| 149 | + <groupId>io.qase</groupId> |
| 150 | + <artifactId>qase-api</artifactId> |
| 151 | + <version>${qase.io.version}</version> |
| 152 | + </dependency> |
154 | 153 | <dependency> |
155 | 154 | <groupId>org.hamcrest</groupId> |
156 | 155 | <artifactId>hamcrest</artifactId> |
|
186 | 185 | <artifactId>kafka-ui-contract</artifactId> |
187 | 186 | <version>${kafka-ui-contract}</version> |
188 | 187 | </dependency> |
189 | | - <dependency> |
190 | | - <groupId>io.qase</groupId> |
191 | | - <artifactId>qase-api</artifactId> |
192 | | - <version>${qase.io.version}</version> |
193 | | - </dependency> |
194 | 188 | </dependencies> |
195 | 189 |
|
196 | 190 | <profiles> |
|
0 commit comments