Closed paullatzelsperger closed 3 weeks ago
@nikschul created an issue here. can you assign yourself?
I don't think I currently have the permission to assign myself, but I am currently working on the issue. Therefore my colleague @ronjaquensel assigned herself for now. :)
@paullatzelsperger regarding the Postman Flows: I think there is currently not way to export the flows in Postman (https://community.postman.com/t/export-postman-flow/60756/3), so I guess we would have to create a Postman Workspace for the repository in order to share flows or do you see another option?
regarding software tests: would you suggest to test the pre- and postscript with Postman and also to implement some integration tests for the postman collection?
I think there is currently not way to export the flows in Postman
yeah, seems that way. we'll have to hold off on that, but maybe we could document that possibility in the README somewhere, like "hey, you can either follow the sequence in this document, or you define a flow to chain together the requests" and an explanation on how to do it.
we would have to create a Postman Workspace for the repository
this gets complicated quickly and will likely involve cost etc. not likely to happen, TBH.
would you suggest to test the pre- and postscript with Postman and also to implement some integration tests for the postman collection?
Thats a good idea, maybe we just add a CI workflow that runs all requests in the "ControlPlane Management"
folder using the newman
tool. Basically the same thing that the TransferEndToEndTest
does from JUnit. That could be done in a separate PR though.
Discussed in https://github.com/eclipse-edc/MinimumViableDataspace/discussions/350