From 8d4bdd5695622a07fe64031e5f2de38e88a585ee Mon Sep 17 00:00:00 2001 From: Joep <145749778+jschuurk-kr@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:25:41 +0100 Subject: [PATCH] updated frontend README with how to view Playwrigh reports --- frontend/README.md | 3 +++ 1 file changed, 3 insertions(+) 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