Skip to content

Commit

Permalink
Update src/actions/cloud-compute/run-test-run.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Edoardo Pirovano <6748066+edoardopirovano@users.noreply.github.com>
  • Loading branch information
Que3216 and edoardopirovano committed Sep 19, 2024
1 parent df43755 commit eb5abd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/cloud-compute/run-test-run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const runOneTestRun = async ({
`🤖 Meticulous is running in debug mode. Secure tunnel to ${appUrl} created: ${url} user: \`${basicAuthUser}\` password: \`${basicAuthPassword}\`.\n\n` +
`Tunnel will be live for up to ${DEBUG_MODE_KEEP_TUNNEL_OPEN_DURATION.toHuman()}. Cancel the workflow run to close the tunnel early.\n\n` +
`Please open this tunnel in your browser (and enter the username and password when prompted) and check that you are serving your application correctly.\n\n` +
`If you wish to run Meticulous tests locally against this tunnel using the Meticulous CLI then you can use the environment variables METICULOUS_TUNNEL_USERNAME and METICULOUS_TUNNEL_PASSWORD. For example:\n\n` +
`If you wish to run Meticulous tests locally against this tunnel using the Meticulous CLI then you can use the environment variables `METICULOUS_TUNNEL_USERNAME` and `METICULOUS_TUNNEL_PASSWORD`. For example:\n\n` +
`\`\`\`bash\n` +
`METICULOUS_TUNNEL_USERNAME="${basicAuthUser}" METICULOUS_TUNNEL_PASSWORD="${basicAuthPassword}" npx @alwaysmeticulous/cli simulate \\\n` +
` --sessionId="<a session id to replay>" \\\n` +
Expand Down

0 comments on commit eb5abd2

Please sign in to comment.