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

New CLI integration tests #4733

Merged
merged 3 commits into from
May 23, 2024
Merged

New CLI integration tests #4733

merged 3 commits into from
May 23, 2024

Conversation

xdoardo
Copy link
Contributor

@xdoardo xdoardo commented May 22, 2024

Add integration tests for the deploy command

  • Deploy a PHP app, check w/ random query param
  • Deploy a JS app, check w/ random query param
  • Deploy an Axum server, check w/ random query param
  • Deploy a static website, check w/ random contents

..and create command

  • Create a new app from an existing package (wasmer/hello)
  • Create a new app from a template (static-website)

xdoardo added 2 commits May 22, 2024 13:10
Add integration tests for the *deploy* command
  - Deploy a PHP app, check w/ random query param
  - Deploy a JS app, check w/ random query param
  - Deploy an Axum server, check w/ random query param
  - Deploy a static website, check w/ random contents

..and *create* command
  - Create a new app from an existing package (wasmer/hello)
  - Create a new app from a template (static-website)
@xdoardo xdoardo merged commit 65be26b into main May 23, 2024
61 checks passed
@xdoardo xdoardo deleted the new-cli-ci-tests branch May 23, 2024 09:22
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.

Add Integration tests for all parts of the wasmer deploy + publish flow
2 participants