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
WHEN I push my app using the manifest THEN my app runs correctly
Note: It is a bit tricky to validate that we have passed the parameters to the respective broker. By the app running correctly we meand that the service binding has successfully propagated the params from the manifest to the broker, which results in the correct binding befaviour. If we fail to propagate the params to the broker the push of the app may not fail, but the app behaviour would suffer from the incorrect bindings.
The text was updated successfully, but these errors were encountered:
Background
We need to implement the parsing and sending to brokers the parameters object as described in the cf v3 api docs
Acceptance
GIVEN I have a manifest like this
WHEN I push my app using the manifest
THEN my app runs correctly
Note: It is a bit tricky to validate that we have passed the parameters to the respective broker. By the app running correctly we meand that the service binding has successfully propagated the params from the manifest to the broker, which results in the correct binding befaviour. If we fail to propagate the params to the broker the push of the app may not fail, but the app behaviour would suffer from the incorrect bindings.
The text was updated successfully, but these errors were encountered: