diff --git a/AGENTS.md b/AGENTS.md index e0bb63c..2a89ea0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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 diff --git a/PLAYWRITER_AGENTS.md b/PLAYWRITER_AGENTS.md index 11218f4..a5403cc 100644 --- a/PLAYWRITER_AGENTS.md +++ b/PLAYWRITER_AGENTS.md @@ -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