We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c70b1 commit 98377b0Copy full SHA for 98377b0
scripts/remote_playwright.sh
@@ -75,6 +75,8 @@ main() {
75
76
echo
77
echo "Starting SSH tunnel, run test via \"pnpm run playwright:test\"..."
78
+ # This is intended to expand client-side, so disable shellcheck.
79
+ # shellcheck disable=SC2029
80
ssh -t -R "${ws_port}:127.0.0.1:${ws_port}" -L "${port}:127.0.0.1:${port}" coder."${workspace}" "export CODER_E2E_PORT='${port}'; export CODER_E2E_WS_ENDPOINT='${ws_endpoint}'; [[ -d '${coder_repo}/site' ]] && cd '${coder_repo}/site'; exec \"\$(grep \"\${USER}\": /etc/passwd | cut -d: -f7)\" -i -l"
81
}
82
0 commit comments