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

Open
syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments
Open

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

syrusakbary opened this issue Apr 25, 2024 — with Linear · 0 comments
Assignees

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)
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

No branches or pull requests

2 participants