mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-10-30 02:22:44 +00:00
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:
committed by
GitHub
parent
e88e42c20f
commit
088e9ea250
@@ -11,7 +11,7 @@ inputs:
|
||||
allure_version:
|
||||
description: version of Allure to use
|
||||
required: false
|
||||
default: "2.14.0"
|
||||
default: "2.25.0"
|
||||
report_path:
|
||||
description: output path of the Allure report folder
|
||||
required: false
|
||||
|
||||
2
.github/workflows/advanced.yml
vendored
2
.github/workflows/advanced.yml
vendored
@@ -10,7 +10,7 @@ env:
|
||||
# Cloud SDK certs
|
||||
CACERT: ${{ secrets.CACERT }}
|
||||
CAKEY: ${{ secrets.CAKEY }}
|
||||
ALLURE_CLI_VERSION: 2.14.0
|
||||
ALLURE_CLI_VERSION: 2.25.0
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/performance.yml
vendored
2
.github/workflows/performance.yml
vendored
@@ -11,7 +11,7 @@ env:
|
||||
# Cloud SDK certs
|
||||
CACERT: ${{ secrets.CACERT }}
|
||||
CAKEY: ${{ secrets.CAKEY }}
|
||||
ALLURE_CLI_VERSION: 2.14.0
|
||||
ALLURE_CLI_VERSION: 2.25.0
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/quali.yml
vendored
2
.github/workflows/quali.yml
vendored
@@ -11,7 +11,7 @@ env:
|
||||
# Cloud SDK certs
|
||||
CACERT: ${{ secrets.CACERT }}
|
||||
CAKEY: ${{ secrets.CAKEY }}
|
||||
ALLURE_CLI_VERSION: 2.14.0
|
||||
ALLURE_CLI_VERSION: 2.25.0
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
2
.github/workflows/regression.yml
vendored
2
.github/workflows/regression.yml
vendored
@@ -11,7 +11,7 @@ env:
|
||||
# Cloud SDK certs
|
||||
CACERT: ${{ secrets.CACERT }}
|
||||
CAKEY: ${{ secrets.CAKEY }}
|
||||
ALLURE_CLI_VERSION: 2.14.0
|
||||
ALLURE_CLI_VERSION: 2.25.0
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
Reference in New Issue
Block a user