From 5ef75ad1485a84c19a23399d3761ef55b9fef4aa Mon Sep 17 00:00:00 2001 From: Chase King Date: Thu, 6 Mar 2025 16:20:36 -0500 Subject: [PATCH] JUnit reporting attempt #2 --- azure-pipelines-automated-testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 8fdf45c8..0a95fa35 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -160,10 +160,8 @@ stages: $(dockerImageName):$(imageTag) \ bash -c "echo \"Moving Playwright reports out of subfolders...\" && find ./playwright-reports/ -mindepth 2 -type f -exec mv {} ./playwright-reports/ \; && - PLAYWRIGHT_JUNIT_OUTPUT_DIR='/app/test_results' - PLAYWRIGHT_JUNIT_OUTPUT_NAME='junit_results.xml' echo \"Merging reports...\" && - npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports + PLAYWRIGHT_JUNIT_OUTPUT_DIR='/app/test_results' PLAYWRIGHT_JUNIT_OUTPUT_NAME='junit_results.xml' npx playwright merge-reports --reporter=ortoni-report,junit ./playwright-reports echo \"Contents of ortoni-report:\" && ls ./ortoni-report && echo 'Current dir: ' && pwd echo 'Contents of current dir: ' && ls