diff --git a/frontend/README.md b/frontend/README.md index bb9111c5a..c556ca8ab 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -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 ``` ### UI Component development