Upgraded allure version to 2.25.0 (#986)

* Added logic for exclude skipped tests from the allure report

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>

* Removed resource directory

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>

* Upgraded allure version to 2.25.0

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>

---------

Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
Jitendrakumar Kushavah
2024-08-16 15:24:56 +05:30
committed by GitHub
parent e88e42c20f
commit 088e9ea250
5 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ inputs:
allure_version: allure_version:
description: version of Allure to use description: version of Allure to use
required: false required: false
default: "2.14.0" default: "2.25.0"
report_path: report_path:
description: output path of the Allure report folder description: output path of the Allure report folder
required: false required: false

View File

@@ -10,7 +10,7 @@ env:
# Cloud SDK certs # Cloud SDK certs
CACERT: ${{ secrets.CACERT }} CACERT: ${{ secrets.CACERT }}
CAKEY: ${{ secrets.CAKEY }} CAKEY: ${{ secrets.CAKEY }}
ALLURE_CLI_VERSION: 2.14.0 ALLURE_CLI_VERSION: 2.25.0
on: on:
workflow_dispatch: workflow_dispatch:

View File

@@ -11,7 +11,7 @@ env:
# Cloud SDK certs # Cloud SDK certs
CACERT: ${{ secrets.CACERT }} CACERT: ${{ secrets.CACERT }}
CAKEY: ${{ secrets.CAKEY }} CAKEY: ${{ secrets.CAKEY }}
ALLURE_CLI_VERSION: 2.14.0 ALLURE_CLI_VERSION: 2.25.0
on: on:
workflow_dispatch: workflow_dispatch:

View File

@@ -11,7 +11,7 @@ env:
# Cloud SDK certs # Cloud SDK certs
CACERT: ${{ secrets.CACERT }} CACERT: ${{ secrets.CACERT }}
CAKEY: ${{ secrets.CAKEY }} CAKEY: ${{ secrets.CAKEY }}
ALLURE_CLI_VERSION: 2.14.0 ALLURE_CLI_VERSION: 2.25.0
on: on:
workflow_dispatch: workflow_dispatch:

View File

@@ -11,7 +11,7 @@ env:
# Cloud SDK certs # Cloud SDK certs
CACERT: ${{ secrets.CACERT }} CACERT: ${{ secrets.CACERT }}
CAKEY: ${{ secrets.CAKEY }} CAKEY: ${{ secrets.CAKEY }}
ALLURE_CLI_VERSION: 2.14.0 ALLURE_CLI_VERSION: 2.25.0
on: on:
workflow_dispatch: workflow_dispatch: