Skip to content

Commit

Permalink
ajuste nos nomes dos artefatos para download
Browse files Browse the repository at this point in the history
  • Loading branch information
salomaonogueira committed Jul 8, 2024
1 parent 09548b1 commit e61a4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: actions/upload-artifact@v4.3.4
if: always()
with:
name: Test report
name: Chrome Test report
path: logs

firefox:
Expand Down Expand Up @@ -90,5 +90,5 @@ jobs:
uses: actions/upload-artifact@v4.3.4
if: always()
with:
name: Test report
name: Firefox Test report
path: logs

2 comments on commit e61a4ea

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
5 0 0 5 100 4.651612s

Passed Tests

Name ⏱️ Duration Suite
Senha incorreta 1.336 s Login
Usuário não cadastrado 0.955 s Login
Usuário deve ser obrigatório 0.949 s Login
Senha deve ser obrigatória 0.923 s Login
Login com sucesso 0.489 s Login

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
5 0 0 5 100 5.899097999s

Passed Tests

Name ⏱️ Duration Suite
Senha incorreta 2.174 s Login
Usuário não cadastrado 1.109 s Login
Usuário deve ser obrigatório 0.921 s Login
Senha deve ser obrigatória 1.068 s Login
Login com sucesso 0.627 s Login

Please sign in to comment.