From f088aa8dca874e2a66dc1cd3aa3d0489c3f0b3b8 Mon Sep 17 00:00:00 2001 From: Tudor Chirosca Date: Wed, 17 Dec 2025 11:18:52 +0200 Subject: [PATCH] Edit pom file --- pom.xml | 120 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 119 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c978bb1..3d9bf61 100644 --- a/pom.xml +++ b/pom.xml @@ -12,13 +12,34 @@ 17 17 UTF-8 + 2.29.0 + 1.9.21 + + + + io.qameta.allure + allure-bom + ${allure.version} + pom + import + + + org.junit + junit-bom + 5.11.3 + pom + import + + + + com.microsoft.playwright playwright - 1.48.0 + 1.47.0 test @@ -27,6 +48,103 @@ 5.11.3 test + + org.junit.platform + junit-platform-suite + + test + + + io.cucumber + cucumber-java + 7.20.1 + test + + + org.slf4j + slf4j-simple + 2.0.13 + test + + + io.cucumber + cucumber-junit-platform-engine + 7.20.1 + test + + + io.qameta.allure + allure-cucumber7-jvm + + + org.assertj + assertj-core + 3.26.3 + + + net.datafaker + datafaker + 2.4.2 + test + + + io.qameta.allure + allure-junit5 + test + + + org.aspectj + aspectjweaver + ${aspectj.version} + test + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + + -parameters + + + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.3 + + false + + + + + + io.qameta.allure + allure-maven + 2.15.0 + + ${allure.version} + ${project.build.directory}/allure-results + + + + allure-report + verify + + report + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.12.1 + + + \ No newline at end of file