Skip to content

Commit

Permalink
update allure for CI-CD Yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdelrhman-Ellithy committed Jan 25, 2025
1 parent adc5962 commit a7adf8f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/main/resources/properties/allure.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#Mon Sep 09 13:46:17 EEST 2024

allure.generate.report=true
# Description: if you want to generate Test report after execution set true, else set false
allure.generate.report=false

# Description: if you want to open the report automatically after execution set true,
# if you want to open it manually set false
# Set to false in CI-CD
allure.open.afterExecution=true
# Description: if you want to open the report automatically after execution set true, else set false
allure.open.afterExecution=false

# Description: defines the path which allure results will be saved in
allure.results.directory=Test-Output/Reports/Allure/allure-results
Expand Down

0 comments on commit a7adf8f

Please sign in to comment.