Skip to content

Commit 0e5ffed

Browse files
author
Sthefany Albuquerque
committed
Merge branch 'dev'
2 parents fbea95a + 1d9ac00 commit 0e5ffed

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.github/workflows/testing_ci_workflow.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/upload-artifact@v4
4949
with:
5050
name: ${{ matrix.browser }}_results
51-
path: ./resultados-testes-CI
51+
path: resultados-testes-CI
5252
if-no-files-found: ignore
5353
retention-days: 2
5454

@@ -57,15 +57,10 @@ jobs:
5757
uses: actions/download-artifact@v4
5858
with:
5959
name: ${{ matrix.browser }}_results
60-
path: ./resultados/${{ matrix.browser }}
60+
path: resultados/${{ matrix.browser }}
6161

62-
- name: Debug - Verificar arquivos baixados
63-
if: always()
64-
run: ls -R ./resultados/${{ matrix.browser }} || echo "Nenhum arquivo baixado!"
65-
66-
- name: Publicar Sumário no GitHub Actions
67-
if: always()
68-
run: |
69-
echo "## 📊 Resultados dos Testes Automatizados 🚀" >> $GITHUB_STEP_SUMMARY
70-
echo "- Navegador da execução do teste web: **${{ matrix.browser }}**" >> $GITHUB_STEP_SUMMARY
71-
echo "- Status da execução: **${{ job.status == 'success' && '✅ Sucesso' || '❌ Falha' }}**" >> $GITHUB_STEP_SUMMARY
62+
- name: Robot Reporter
63+
uses: joonvena/[email protected]
64+
with:
65+
gh_access_token: ${{ secrets.GITHUB_TOKEN }}
66+
report_path: tests-results-CI

0 commit comments

Comments
 (0)