diff --git a/docs/debugging-patrol-tests.mdx b/docs/debugging-patrol-tests.mdx index 5d2337826..ec72ad145 100644 --- a/docs/debugging-patrol-tests.mdx +++ b/docs/debugging-patrol-tests.mdx @@ -23,12 +23,15 @@ Here is how you can do it: 3. When the tests will start running, at some point you will see a message with a link to Patrol devtools extension. Copy the last part of the URI from the message. Eg. for this link: + `Patrol DevTools extension is available at http://127.0.0.1:9104/patrol_ext?uri=http://127.0.0.1:52263/F2-CH29gR1k=/` + copy `http://127.0.0.1:52263/F2-CH29gR1k=/`. You'll see 2 similar logs. First one looks like this: `The Dart VM service is listening on http://127.0.0.1:63725/57XmBI_pwSA=/` + Ignore it - this link is incorrect, wait for the one that says about devtools extension. diff --git a/docs/documentation/debugging-patrol-tests.mdx b/docs/documentation/debugging-patrol-tests.mdx index 5d2337826..ec72ad145 100644 --- a/docs/documentation/debugging-patrol-tests.mdx +++ b/docs/documentation/debugging-patrol-tests.mdx @@ -23,12 +23,15 @@ Here is how you can do it: 3. When the tests will start running, at some point you will see a message with a link to Patrol devtools extension. Copy the last part of the URI from the message. Eg. for this link: + `Patrol DevTools extension is available at http://127.0.0.1:9104/patrol_ext?uri=http://127.0.0.1:52263/F2-CH29gR1k=/` + copy `http://127.0.0.1:52263/F2-CH29gR1k=/`. You'll see 2 similar logs. First one looks like this: `The Dart VM service is listening on http://127.0.0.1:63725/57XmBI_pwSA=/` + Ignore it - this link is incorrect, wait for the one that says about devtools extension.