Skip to content

Commit

Permalink
updated frontend README with how to view Playwrigh reports
Browse files Browse the repository at this point in the history
  • Loading branch information
jschuurk-kr committed Feb 11, 2025
1 parent 4d9ca9f commit 8d4bdd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ npm run test:ladle
npm run test:e2e
# run tests, expect builds and database to be available:
npm run test:e2e-dev

# view reports and traces, e.g. the ones saved by our pipeline:
npx playwright show-report <path-to-unzipped-report-folder>
```

### UI Component development
Expand Down

0 comments on commit 8d4bdd5

Please sign in to comment.