File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
storageType : s3
109
109
resultsGlob : ' ./packages/e2e-tests/reports/allure/results/*'
110
110
bucket : lace-e2e-test-results
111
- prefix : ' linux/${BROWSER}/${RUN}'
111
+ prefix : ' all/ linux/${BROWSER}/${RUN}'
112
112
copyLatest : true
113
113
ignoreMissingResults : true
114
114
- name : Publish artifacts (logs, reports, screenshots)
@@ -125,14 +125,14 @@ jobs:
125
125
if : always()
126
126
run : |
127
127
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
129
129
- name : Slack Notification
130
130
uses : rtCamp/action-slack-notify@v2.2.0
131
131
if : always()
132
132
env :
133
133
SLACK_COLOR : ${{ job.status }}
134
134
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'
136
136
SLACK_TITLE : ' Test automation results :rocket:'
137
137
SLACK_USERNAME : lace-qa-bot
138
138
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change @@ -180,21 +180,21 @@ jobs:
180
180
storageType : s3
181
181
resultsGlob : ' ./packages/e2e-tests/reports/allure/results/*'
182
182
bucket : lace-e2e-test-results
183
- prefix : ' windows/${BROWSER}/${RUN}'
183
+ prefix : ' all/ windows/${BROWSER}/${RUN}'
184
184
copyLatest : true
185
185
ignoreMissingResults : true
186
186
- name : Add link to summary
187
187
if : always()
188
188
run : |
189
189
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
191
191
- name : Slack Notification
192
192
uses : rtCamp/action-slack-notify@v2.2.0
193
193
if : always()
194
194
env :
195
195
SLACK_COLOR : ${{ needs.run-tests-windows.outputs.job-status }}
196
196
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'
198
198
SLACK_TITLE : ' Test automation results :rocket:'
199
199
SLACK_USERNAME : lace-qa-bot
200
200
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 68
68
storageType : s3
69
69
resultsGlob : ' ./packages/e2e-tests/reports/allure/results'
70
70
bucket : lace-e2e-test-results
71
- prefix : ' linux/${BROWSER}/${RUN}'
71
+ prefix : ' smoke/ linux/${BROWSER}/${RUN}'
72
72
copyLatest : true
73
73
ignoreMissingResults : true
74
74
updatePr : comment
You can’t perform that action at this time.
0 commit comments