added test integration and e2e#210
Merged
Merged
Conversation
added 16 commits
April 16, 2025 16:53
…te Vitest for testing framework - Added unit tests for `constructImageString`, `getDigitalOceanDatabaseType`, `normalizeEnvironment`, `normalizePort`, `normalizeVolume`, `parseCommand`, `parseDockerImage`, `parseEnvFile`, `parsePort`, `processEnvironmentVariablesGeneration`, and `resolveEnvironmentValue`. - Integrated Vitest as the testing framework with scripts for running unit tests, watching for changes, and generating coverage reports. - Updated `package.json` to include Vitest dependencies and scripts. - Created a Vitest configuration file for test setup and coverage reporting.
…ns including database service connections and image normalization
…, and render service types configurations
…ser and Docker Compose validation
…ite for improved E2E testing and environment variable validation.
…e port mappings; include validation for environment variables and YAML structure
…ocker Run and Docker Compose; include comprehensive validation for environment variables and YAML structure
…cker Compose; validate environment variables and port mappings
…test for DigitalOcean
…un and Docker Compose tests with output validation
…Compose tests; add render schema validator utility
…n in DigitalOcean
…ck.json fix(tests): uncomment runTest4 in index.ts and update test results tracking refactor(render-validator): remove unused fetch import
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
added test integration and e2e
Change Type
Checklist