Skip to content

Commit 0e31fe5

Browse files
committed
docs: document debug mode for e2e tests
1 parent 1b502e9 commit 0e31fe5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ Unit tests can be run using
2828

2929
End-to-end tests can be run using
3030

31-
npm run test-e2e
31+
npm run test:e2e
32+
33+
You can see the browser by running
34+
35+
PWDEBUG=1 npm run test:e2e
3236

3337
## Architecture decision records (ADRs)
3438

0 commit comments

Comments
 (0)