-
- Downloads
feat: extract response ids in postman collection (#352)
* feat: add script to catch and reuse the policy id adding a postman post-request script to add the policy-id of "asset-1" as a postman environment variable of request "Get Cached Catalogs" and reusing it in "Initiate Negotiation". * feat: update script to use .find() instead of RegExp * feat: carry over contractAgreementId to initiate transfer * feat: finalize carrying over variables to the next request * feat: add check for correct asset: "asset-1" and make sure return code for scripts is <=200 and <300 * feat: add newman tests * feat: add header and Control Plane Management Folder in newman test * feat: update newman command * feat: update newman command * feat: update path * feat: add postman tests to check for a 200 OK response status code * feat: add delay between postman tests * feat: extend delay between postman tests * feat: add check for a non-empty body in Get cached EDRs * feat: enable verbose output and update checks for empty response body * empty commit to restart tests * feat: add terraform setup * feat: update tests for collection * feat: add missing file * feat: update terraform setup in actions
Showing
- .github/workflows/run-e2e-tests.yml 3 additions, 0 deletions.github/workflows/run-e2e-tests.yml
- .github/workflows/test_controlplane_management.yml 104 additions, 0 deletions.github/workflows/test_controlplane_management.yml
- .github/workflows/verify.yaml 2 additions, 0 deletions.github/workflows/verify.yaml
- deployment/postman/MVD.postman_collection.json 268 additions, 7 deletionsdeployment/postman/MVD.postman_collection.json
Please register or sign in to comment