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
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Thanks for your contribution to this great project. We are really interested in using it for writing automatic acceptance and integration test.
After a preliminary use of cf-swagger for generating acceptance test for our cloud foundry service broker, we have found some limitations as follows:
Our service broker requires authorization for access which is currently not easy to be specified.
Maybe it could be enabled by add request.SetBasicAuth("username", "password") in utils/server_utils.go which could take the username and password from configure json file.
Thanks for your contribution to this great project. We are really interested in using it for writing automatic acceptance and integration test.
After a preliminary use of cf-swagger for generating acceptance test for our cloud foundry service broker, we have found some limitations as follows:
Maybe it could be enabled by add request.SetBasicAuth("username", "password") in utils/server_utils.go which could take the username and password from configure json file.
The text was updated successfully, but these errors were encountered: