Skip to content

Commit

Permalink
improve cypress results report
Browse files Browse the repository at this point in the history
  • Loading branch information
christianvogt committed Jun 11, 2024
1 parent b4db549 commit e435fb4
Show file tree
Hide file tree
Showing 6 changed files with 1,268 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@ jobs:
name: frontend
directory: ./frontend/coverage
verbose: true
- uses: actions/upload-artifact@v4
with:
name: cypress-results
path: ./frontend/src/__tests__/cypress/results/
Loading

0 comments on commit e435fb4

Please sign in to comment.