Document test log file location in testing section

This commit is contained in:
Tommy D. Rossi
2026-01-25 11:35:24 +01:00
parent 3c47ad3869
commit b9d0571823
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ remember: toggling extension on a tab adds it to available pages. if you toggle
IMPORTANT: set bash timeout to at least 90000ms when running `pnpm test`
to debug test failures, inspect the relay server log file: `playwriter logfile` (e.g. `/tmp/playwriter/relay-server.log`). contains extension, MCP and WS server logs with all CDP events.
to debug test failures, inspect the relay server log file. during tests, logs are written to `./relay-server.log` in the playwriter folder (not the system temp directory). contains extension, MCP and WS server logs with all CDP events.
### project structure
+1 -1
View File
@@ -127,7 +127,7 @@ remember: toggling extension on a tab adds it to available pages. if you toggle
IMPORTANT: set bash timeout to at least 90000ms when running `pnpm test`
to debug test failures, inspect the relay server log file: `playwriter logfile` (e.g. `/tmp/playwriter/relay-server.log`). contains extension, MCP and WS server logs with all CDP events.
to debug test failures, inspect the relay server log file. during tests, logs are written to `./relay-server.log` in the playwriter folder (not the system temp directory). contains extension, MCP and WS server logs with all CDP events.
### project structure