Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/environments/workbench-dev/workbench-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ cmd_up() {
if [ ! -f "${SCRIPT_DIR}/connect/connect.lic" ]; then
echo "WARNING: no Connect license at ${SCRIPT_DIR}/connect.lic -- the connect container" >&2
echo " will not become healthy and 'test' won't start (startup will time out)." >&2
echo " Add connect.lic (see docker/environments/workbench-dev/README-positron-workbench.md)." >&2
echo " Add connect.lic (see docker/environments/workbench-dev/README.md)." >&2
fi
# --remove-orphans clears a leftover container from a prior run under a
# different service name that would otherwise hold the same ports.
Expand Down Expand Up @@ -527,7 +527,7 @@ ACCESS
Workbench http://localhost:8787 (user1 / WB_PASSWORD from docker/environments/workbench-dev/.env)
Connect http://localhost:3939

SETUP (details: docker/environments/workbench-dev/README-positron-workbench.md)
SETUP (details: docker/environments/workbench-dev/README.md)
gh auth login (once, include read:packages) workbench.lic + connect.lic in docker/environments/workbench-dev/
GITHUB_TOKEN and docker login ghcr.io are derived from gh automatically.
optional: fzf (arrow-key pickers; falls back to a numbered prompt)
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ We use Playwright as the test framework for end-to-end tests in Positron. Make s

> [!TIP]
> To manually run and debug Positron against Workbench (`e2e-workbench` project), see
> [`docker/environments/workbench-dev/README-positron-workbench.md`](../../docker/environments/workbench-dev/README-positron-workbench.md) (`npm run pwb`).
> [`docker/environments/workbench-dev/README.md`](../../docker/environments/workbench-dev/README.md) (`npm run pwb`).

#### Running Specific Tests

Expand Down
Loading