Document RUN_WRITE_TESTS and TEST_PR_ID env vars across all three files. Fix .env.template to keep write-test vars commented out. Reference .env.template as the starting point for local development setup. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
16 lines
684 B
Plaintext
16 lines
684 B
Plaintext
BITBUCKET_MCP_EMAIL=your_email@example.com
|
|
BITBUCKET_MCP_TOKEN=your_api_token
|
|
DEFAULT_WORKSPACE=your-workspace
|
|
DEFAULT_REPO=your-repo
|
|
|
|
# Integration test write operations
|
|
# ---------------------------------------------------------------------------------
|
|
# Set RUN_WRITE_TESTS=true to enable tests that create/modify/delete data.
|
|
#
|
|
# TEST_PR_ID must also be set — write tests will only run against this specific PR
|
|
# to avoid accidentally modifying unrelated pull requests.
|
|
# ---------------------------------------------------------------------------------
|
|
# RUN_WRITE_TESTS=true
|
|
# TEST_PR_ID=123
|
|
# ---------------------------------------------------------------------------------
|