From 23a3f01edd8517b9b1af1c3b52a15eb6d3bf1705 Mon Sep 17 00:00:00 2001 From: spawn Date: Wed, 8 Apr 2026 16:57:25 +0300 Subject: [PATCH] Add Allure support and APP_URL default handling --- docker-compose.yml | 2 +- pom.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7a02390..2a63cbe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ services: apk-downloader: image: curlimages/curl:8.5.0 environment: - - APP_URL=${APP_URL} + - APP_URL=${APP_URL:-} command: - sh - -c diff --git a/pom.xml b/pom.xml index fb7598f..ea929fd 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ 2.6.10 2.0.13 4.25.0 + 2.29.1 @@ -54,6 +55,12 @@ ${junit.version} test + + io.qameta.allure + allure-junit5 + ${allure.version} + test + org.slf4j slf4j-simple