Skip to content

Commit 0d1a629

Browse files
authored
test(extension): update report paths (#715)
1 parent 8c2a598 commit 0d1a629

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/e2e-tests-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
storageType: s3
109109
resultsGlob: './packages/e2e-tests/reports/allure/results/*'
110110
bucket: lace-e2e-test-results
111-
prefix: 'linux/${BROWSER}/${RUN}'
111+
prefix: 'all/linux/${BROWSER}/${RUN}'
112112
copyLatest: true
113113
ignoreMissingResults: true
114114
- name: Publish artifacts (logs, reports, screenshots)
@@ -125,14 +125,14 @@ jobs:
125125
if: always()
126126
run: |
127127
echo "TEST RESULTS:"
128-
echo "https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/linux/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: linux" >> $GITHUB_STEP_SUMMARY
128+
echo "https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/all/linux/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: linux" >> $GITHUB_STEP_SUMMARY
129129
- name: Slack Notification
130130
uses: rtCamp/action-slack-notify@v2.2.0
131131
if: always()
132132
env:
133133
SLACK_COLOR: ${{ job.status }}
134134
SLACK_ICON_EMOJI: ':lace:'
135-
SLACK_MESSAGE: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/linux/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: linux'
135+
SLACK_MESSAGE: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/all/linux/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: linux'
136136
SLACK_TITLE: 'Test automation results :rocket:'
137137
SLACK_USERNAME: lace-qa-bot
138138
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

.github/workflows/e2e-tests-win.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,21 +180,21 @@ jobs:
180180
storageType: s3
181181
resultsGlob: './packages/e2e-tests/reports/allure/results/*'
182182
bucket: lace-e2e-test-results
183-
prefix: 'windows/${BROWSER}/${RUN}'
183+
prefix: 'all/windows/${BROWSER}/${RUN}'
184184
copyLatest: true
185185
ignoreMissingResults: true
186186
- name: Add link to summary
187187
if: always()
188188
run: |
189189
echo "TEST RESULTS:"
190-
echo "https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/windows/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: windows" >> $GITHUB_STEP_SUMMARY
190+
echo "https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/all/windows/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: windows" >> $GITHUB_STEP_SUMMARY
191191
- name: Slack Notification
192192
uses: rtCamp/action-slack-notify@v2.2.0
193193
if: always()
194194
env:
195195
SLACK_COLOR: ${{ needs.run-tests-windows.outputs.job-status }}
196196
SLACK_ICON_EMOJI: ':lace:'
197-
SLACK_MESSAGE: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/windows/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: windows'
197+
SLACK_MESSAGE: 'https://${{ secrets.E2E_REPORTS_USER }}:${{ secrets.E2E_REPORTS_PASSWORD }}@${{ secrets.E2E_REPORTS_URL }}/all/windows/${{ env.BROWSER }}/${{ env.RUN }}/index.html | tags: ${{ env.TAGS }} | browser: ${{ env.BROWSER }} | network: ${{ env.NETWORK }} | platform: windows'
198198
SLACK_TITLE: 'Test automation results :rocket:'
199199
SLACK_USERNAME: lace-qa-bot
200200
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

.github/workflows/smoke-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
storageType: s3
6969
resultsGlob: './packages/e2e-tests/reports/allure/results'
7070
bucket: lace-e2e-test-results
71-
prefix: 'linux/${BROWSER}/${RUN}'
71+
prefix: 'smoke/linux/${BROWSER}/${RUN}'
7272
copyLatest: true
7373
ignoreMissingResults: true
7474
updatePr: comment

0 commit comments

Comments
 (0)