Skip to content

Conversation

@lardo-de-arnaud
Copy link
Contributor

The name used to be DEPLOYMENT_TEST_PATH but the "DEPLOYMENT_" prefix isnt necessary and doesnt follow the same pattern as other env vars

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR renames the environment variable DEPLOYMENT_TEST_PATH to TEST_PATH to remove the unnecessary "DEPLOYMENT_" prefix and align with the naming pattern of other environment variables in the project (e.g., CANVAS_HOST, OAUTH_TOKEN).

Key Changes:

  • Updated all code references from DEPLOYMENT_TEST_PATH to TEST_PATH across JavaScript files
  • Updated documentation in README.md to reflect the new variable name

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/testUtils.js Updated environment variable reference in TEST_URL constant
src/setup/auth.setup.js Updated environment variable reference when reading urlRaw
src/setup/assertVariables.js Updated variable name in REQUIRED array and normalization logic
README.md Updated documentation and code examples to use new TEST_PATH variable name

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

@sebastianchristopher sebastianchristopher left a comment

Choose a reason for hiding this comment

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

LGTM, you could maybe update the example to show usage of TEST_URL

@lardo-de-arnaud lardo-de-arnaud merged commit cbef832 into master Nov 26, 2025
7 checks passed
@lardo-de-arnaud lardo-de-arnaud deleted the AB#108627 branch November 26, 2025 10:05
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.

3 participants