Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to standardize environment variable names, update documentation, and improve test setup. The primary focus is on renaming environment variables and updating references throughout the codebase.
Environment Variable Standardization:
.env.template
: Updated environment variables to use theVITE_TEST_
prefix for test-related configurations. Removed unused variables and added new placeholders for test settings..github/workflows/e2e-test.yml
,.github/workflows/npm-pkg-e2e-test.yml
: Updated environment variables to use theVITE_TEST_
prefix in the e2e test workflows. [1] [2] [3] [4]Documentation Updates:
README.md
: Added instructions for starting sample projects using Vite and running E2E tests. [1] [2]CHANGES.md
: Documented the change in environment variable prefix toTEST_
and added new examples.Code Updates:
e2e-tests/
: Updated environment variable references to use the newVITE_TEST_
prefix. This includes changes in HTML titles, JavaScript variable names, and class constructors. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Configuration Updates:
biome.jsonc
: Included thee2e-tests
directory in the list of files to be linted.Miscellaneous:
e2e-tests/package.json
: Renamed the project tosora-js-sdk-e2e-tests
.