From a19b8ac52eae6e75b493ff7f0f796ccf0196ad7e Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Fri, 27 Dec 2024 17:30:27 +0300 Subject: [PATCH 1/4] Test e2e report --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b1fd4c0f6..be7038b5d9 100644 --- a/package.json +++ b/package.json @@ -246,4 +246,4 @@ "optionalDependencies": { "fsevents": "^2.3.2" } -} +} \ No newline at end of file From d762e3f8b77b903302800752b04ec3a698aa6109 Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Fri, 27 Dec 2024 17:51:18 +0300 Subject: [PATCH 2/4] Fix E2E report link --- .github/workflows/e2e_tests_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests_report.yml b/.github/workflows/e2e_tests_report.yml index 484e557a2a..a9563541e3 100644 --- a/.github/workflows/e2e_tests_report.yml +++ b/.github/workflows/e2e_tests_report.yml @@ -42,7 +42,7 @@ jobs: destination_dir: ${{ env.HTML_REPORT_URL_PATH }}/report - name: Output Report URL as Worfklow Annotation run: | - FULL_HTML_REPORT_URL=${{ vars.E2E_REPORT_S3_ENDPOINT }}/${{ vars.E2E_REPORT_S3_BUCKET }}/${{ env.HTML_REPORT_URL_PATH }}/report + FULL_HTML_REPORT_URL=${{ vars.E2E_REPORT_S3_ENDPOINT }}/${{ vars.E2E_REPORT_S3_BUCKET }}/${{ env.HTML_REPORT_URL_PATH }}/report/index.html echo "FULL_HTML_REPORT_URL=${FULL_HTML_REPORT_URL}" >> "$GITHUB_ENV" echo "::notice title=📋 Published Playwright Test Report::$FULL_HTML_REPORT_URL" - name: Create Comment From 6d55280efdfa38fe120954a63347adc4b093c943 Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Fri, 27 Dec 2024 17:51:58 +0300 Subject: [PATCH 3/4] Discard changes to package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be7038b5d9..8b1fd4c0f6 100644 --- a/package.json +++ b/package.json @@ -246,4 +246,4 @@ "optionalDependencies": { "fsevents": "^2.3.2" } -} \ No newline at end of file +} From 880674fa582c0fe2190f9e62e8caf79cfe1f4063 Mon Sep 17 00:00:00 2001 From: Georgy Malkov Date: Fri, 27 Dec 2024 17:57:11 +0300 Subject: [PATCH 4/4] fix --- .github/workflows/e2e_tests_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_tests_report.yml b/.github/workflows/e2e_tests_report.yml index a9563541e3..555edb91f2 100644 --- a/.github/workflows/e2e_tests_report.yml +++ b/.github/workflows/e2e_tests_report.yml @@ -42,7 +42,7 @@ jobs: destination_dir: ${{ env.HTML_REPORT_URL_PATH }}/report - name: Output Report URL as Worfklow Annotation run: | - FULL_HTML_REPORT_URL=${{ vars.E2E_REPORT_S3_ENDPOINT }}/${{ vars.E2E_REPORT_S3_BUCKET }}/${{ env.HTML_REPORT_URL_PATH }}/report/index.html + FULL_HTML_REPORT_URL=https://${{ vars.E2E_REPORT_S3_BUCKET }}.${{ vars.E2E_REPORT_HTML_ENDPOINT }}/${{ env.HTML_REPORT_URL_PATH }}/report echo "FULL_HTML_REPORT_URL=${FULL_HTML_REPORT_URL}" >> "$GITHUB_ENV" echo "::notice title=📋 Published Playwright Test Report::$FULL_HTML_REPORT_URL" - name: Create Comment