-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
testIssues related to tests, test coverage, or test infrastructureIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLITest case related to the CLI
Description
Description
Verifies that the synk app-bundle upload command successfully uploads a valid bundle ZIP to the server, creates a new version entry, and generates a correct manifest with file hashes.
Steps
- Ensure you are logged in as an admin user: run
synk login - Confirm you have a valid bundle ZIP containing at minimum:
index.htmland aforms/directory - Run
synk app-bundle upload bundle.zip --verbose - Observe that validation runs and passes (look for validation output in verbose mode)
- Observe that upload progress is shown
- Observe that the command completes with a success message
- Run
synk app-bundle versionsand verify the new version appears in the list - Run
synk app-bundle manifestand verify the manifest contains the correct list of files with their hashes
Expected Result
The bundle uploads successfully. A new version entry appears in the versions list. The manifest accurately reflects the contents of the uploaded bundle with correct file paths and hashes. No errors or warnings in the output.
Actual Result
(To be filled during testing)
Priority
High
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testIssues related to tests, test coverage, or test infrastructureIssues related to tests, test coverage, or test infrastructuretest:CLITest case related to the CLITest case related to the CLI