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

Add Integration tests for all parts of the wasmer deploy + publish flow #4610

Closed
syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments · Fixed by #4733
Closed

Add Integration tests for all parts of the wasmer deploy + publish flow #4610

syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments · Fixed by #4733
Assignees
Labels
priority-high High priority issue

Comments

Copy link
Member

syrusakbary commented Apr 25, 2024

We should have integration tests testing the new behaviors.

Things to test:

  • Non-interactive mode
    • Unnamed package
      • Deploy a new app with an unnamed package
      • Try to deploy the same app again but with changed contents (should publish a new package release)
    • Named package
      • Pass the --bump flag when deploying app without changing content
      • Deploy app after changing content
    • Deploy app from an empty directory (should fail)
    • Deploy app without owner field
      • pass in the --owner flag (should pass)
      • do not pass in the --owner flag (should fail)
    • Deploy app without name
      • pass the --nameflag (should pass)
      • do not pass the --name flag (should fail)
@syrusakbary syrusakbary added the priority-high High priority issue label May 14, 2024
@xdoardo xdoardo linked a pull request May 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-high High priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants