Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/new examples #582

Merged
merged 16 commits into from
Dec 25, 2024
Merged

Feature/new examples #582

merged 16 commits into from
Dec 25, 2024

Conversation

voluntas
Copy link
Member

@voluntas voluntas commented Dec 25, 2024

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 the VITE_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 the VITE_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 to TEST_ and added new examples.

Code Updates:

  • Various files in e2e-tests/: Updated environment variable references to use the new VITE_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 the e2e-tests directory in the list of files to be linted.

Miscellaneous:

@voluntas voluntas marked this pull request as ready for review December 25, 2024 07:12
@voluntas voluntas changed the title [WIP] Feature/new examples Feature/new examples Dec 25, 2024
@voluntas voluntas merged commit 66a72f2 into develop Dec 25, 2024
30 checks passed
@voluntas voluntas deleted the feature/new-examples branch December 25, 2024 09:24
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