Add Allure support and APP_URL default handling
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ services:
|
|||||||
apk-downloader:
|
apk-downloader:
|
||||||
image: curlimages/curl:8.5.0
|
image: curlimages/curl:8.5.0
|
||||||
environment:
|
environment:
|
||||||
- APP_URL=${APP_URL}
|
- APP_URL=${APP_URL:-}
|
||||||
command:
|
command:
|
||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<apkparser.version>2.6.10</apkparser.version>
|
<apkparser.version>2.6.10</apkparser.version>
|
||||||
<slf4j.version>2.0.13</slf4j.version>
|
<slf4j.version>2.0.13</slf4j.version>
|
||||||
<selenium.version>4.25.0</selenium.version>
|
<selenium.version>4.25.0</selenium.version>
|
||||||
|
<allure.version>2.29.1</allure.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
@@ -54,6 +55,12 @@
|
|||||||
<version>${junit.version}</version>
|
<version>${junit.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.qameta.allure</groupId>
|
||||||
|
<artifactId>allure-junit5</artifactId>
|
||||||
|
<version>${allure.version}</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.slf4j</groupId>
|
<groupId>org.slf4j</groupId>
|
||||||
<artifactId>slf4j-simple</artifactId>
|
<artifactId>slf4j-simple</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user