From d1970b2439874cc8bb731be773889e3f8ca52ef2 Mon Sep 17 00:00:00 2001 From: MustafaAgamy Date: Wed, 1 Jan 2025 09:47:40 +0300 Subject: [PATCH] Update e2eCustom.yml --- .github/workflows/e2eCustom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2eCustom.yml b/.github/workflows/e2eCustom.yml index 0043feb..cc7b413 100644 --- a/.github/workflows/e2eCustom.yml +++ b/.github/workflows/e2eCustom.yml @@ -102,7 +102,7 @@ jobs: - name: Run Tests on Edge continue-on-error: true run: mvn test -DtargetBrowserName="microsoftedge" -DexecutionAddress="local" -DtargetOperatingSystem="WINDOWS" -DheadlessExecution="true" -Dtest="${{ github.event.inputs.testsPath }}" - - name: Generate Allure Report + # - name: Generate Allure Report # run: .\allure.bat generate --single-file -o allure-report # - name: Upload Allure Report as Artifact # uses: actions/upload-artifact@v3