Skip to content

docs(#248): add environment variable example values#250

Merged
aaronlab merged 1 commit into
aaronlab:mainfrom
toby-bridges:fix/issue-248-docs-add-environment-variable-example-va
May 11, 2026
Merged

docs(#248): add environment variable example values#250
aaronlab merged 1 commit into
aaronlab:mainfrom
toby-bridges:fix/issue-248-docs-add-environment-variable-example-va

Conversation

@toby-bridges

Copy link
Copy Markdown
Contributor

Summary

Fixes #248 by adding concrete example values for the two environment variables in examples/README.md.

  • add BROWSERTRACE_HOME=/tmp/browsertrace-demo as a copy-paste value for isolated local traces
  • add BROWSERTRACE_PORT=4000 as a copy-paste value when port 3000 is busy
  • keep the change as one short beginner-friendly note directly under the quick reference table

Verification

I ran the lightweight docs checks called out in the issue:

git diff --check
PYTHONPATH=. python3 -m pytest tests/test_metadata.py -q

Notes

  • This is a docs-only change in examples/README.md.
  • uv was not available in this environment, so I used the closest local fallback check requested by the issue.

@aaronlab aaronlab left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is exactly the small docs-only update requested in #248. I verified the diff locally with and ........................................................................ [ 28%]
........................................................................ [ 56%]
........................................................................ [ 84%]
....................................... [100%]
255 passed in 0.17s, and CI is green.

@aaronlab

Copy link
Copy Markdown
Owner

Clarifying my approval note: local verification was:

git diff --check origin/main...HEAD
uv run --python 3.11 --extra dev pytest tests/test_metadata.py -q

The metadata test run passed with 255 tests, and the PR remains docs-only in examples/README.md.

@aaronlab aaronlab merged commit 89f1c96 into aaronlab:main May 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: add environment variable example values

2 participants