File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,13 +159,13 @@ runs:
159159 testExecutionUrls=""
160160 testResultsFolder="${{ steps.run_tests.outputs.testResultsFolder }}"
161161 testExecutionBaseURL="${{ inputs.orchestratorUrl }}${{ inputs.orchestratorLogicalName }}/${{ inputs.orchestratorTenant }}/orchestrator_/test/executions/"
162+ folderId="${{ steps.get_folder_id.outputs.folderId }}"
162163
163164 # Loop through all JSON files in the test results folder
164165 while IFS= read -r testResultFilePath; do
165166 echo "Processing test result file: $testResultFilePath"
166167 testResultData=$(cat "$testResultFilePath" | jq '.')
167168 testCaseExecutions=$(echo "$testResultData" | jq -c '.TestSetExecutions[] | .TestCaseExecutions')
168- folderId="${{ steps.get_folder_id.outputs.folderId }}"
169169 testSetExecutionLink="$testExecutionBaseURL$(echo "$testResultData" | jq -r '.TestSetExecutions[0].Id')?fid=$folderId"
170170
171171 echo "Test execution can be viewed in Orchestrator by clicking this link: $testSetExecutionLink"
You can’t perform that action at this time.
0 commit comments