You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the number of apps in the app store grew to such a size, it has become increasingly challenging to manage updates and ensure quality within our app catalog. In order to mitigate as much as possible this issue we need to introduce E2E tests for apps.
Each app needs a proper docker healthcheck
Each app has a tests folder containing the body payload to run the install via API
When a PR gets opened a CI will run a Runtipi instance, call the install-app API with the pre-defined body and wait for the app to be in healthy state
If after x time it is not healthy, the CI will fail
The text was updated successfully, but these errors were encountered:
As the number of apps in the app store grew to such a size, it has become increasingly challenging to manage updates and ensure quality within our app catalog. In order to mitigate as much as possible this issue we need to introduce E2E tests for apps.
healthcheck
tests
folder containing the body payload to run the install via APIinstall-app
API with the pre-defined body and wait for the app to be in healthy stateThe text was updated successfully, but these errors were encountered: