Skip to content

refactor: consolidate test accounts into single TEST_ACCOUNTS env var#19

Merged
thomasluizon merged 1 commit into
mainfrom
feature/test-accounts
Mar 22, 2026
Merged

refactor: consolidate test accounts into single TEST_ACCOUNTS env var#19
thomasluizon merged 1 commit into
mainfrom
feature/test-accounts

Conversation

@thomasluizon

Copy link
Copy Markdown
Owner

Summary

  • Replaces REVIEWER_TEST_EMAIL/REVIEWER_TEST_CODE and QA_TEST_EMAIL/QA_TEST_CODE with a single TEST_ACCOUNTS env var
  • Format: email1:code1,email2:code2,...
  • Supports unlimited test accounts for parallel E2E testing

Action required after merge

Update Render env vars:

  • Remove: REVIEWER_TEST_EMAIL, REVIEWER_TEST_CODE, QA_TEST_EMAIL, QA_TEST_CODE
  • Add: TEST_ACCOUNTS=reviewer@useorbit.org:123456,qa@useorbit.org:742891

Test plan

  • Verify login still works with TEST_ACCOUNTS format
  • Verify reviewer account still works

Replace REVIEWER_TEST_EMAIL/CODE and QA_TEST_EMAIL/CODE with a single
TEST_ACCOUNTS env var. Format: email1:code1,email2:code2,...

Supports unlimited test accounts for parallel E2E testing.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@thomasluizon
thomasluizon merged commit f5e50f3 into main Mar 22, 2026
2 checks passed
@thomasluizon
thomasluizon deleted the feature/test-accounts branch March 22, 2026 19:58
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.

1 participant