diff --git a/out/cloud-compute.entrypoint.js b/out/cloud-compute.entrypoint.js index 39edb30..8075c91 100644 --- a/out/cloud-compute.entrypoint.js +++ b/out/cloud-compute.entrypoint.js @@ -84,7 +84,7 @@ ${t.comment}`:t.comment}this.doc.range[2]=t.offset;break}default:this.errors.pus Tunnel will be live for up to ${rr.toHuman()}. Cancel the workflow run to close the tunnel early. -Please open this tunnel in your browser and enter the username and password when prompted to confirm that you are serving your application correctly. +Please open this tunnel in your browser (and enter the username and password when prompted) and check that you are serving your application correctly. 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: diff --git a/src/actions/cloud-compute/run-test-run.ts b/src/actions/cloud-compute/run-test-run.ts index e97d55b..b2dfb2f 100644 --- a/src/actions/cloud-compute/run-test-run.ts +++ b/src/actions/cloud-compute/run-test-run.ts @@ -163,7 +163,7 @@ export const runOneTestRun = async ({ body: `🤖 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 to confirm that you are serving your application correctly.\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` + `\`\`\`bash\n` + `METICULOUS_TUNNEL_USERNAME="${basicAuthUser}" METICULOUS_TUNNEL_PASSWORD="${basicAuthPassword}" npx @alwaysmeticulous/cli simulate \\\n` +