Skip to content

Commit

Permalink
[Integration Test]: Clone a specific user (#413)
Browse files Browse the repository at this point in the history
* Clone user Smoke Test

* Add clone User Tests

* Integration test to GitHub action.

* clear env.
  • Loading branch information
martineiber authored Sep 5, 2024
1 parent 8aad569 commit c62406c
Show file tree
Hide file tree
Showing 4 changed files with 1,066 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/api-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ jobs:
run: postman login --with-api-key ${{ secrets.POSTMAN_API_KEY }}
- name: Run API tests
run: |
postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395"
postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Smoke Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395"
postman collection run "${{ github.workspace }}/tests/Api/postman/collections/Integration Test.json" -e "33082135-163b2749-45b5-4967-a48d-ddea0aab6395"
1 change: 1 addition & 0 deletions .postman/api_614422ec-04dc-4af7-a04b-568299c4871a
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ id = 614422ec-04dc-4af7-a04b-568299c4871a

[config.relations.collections]
rootDirectory = tests/Api/postman/collections
files[] = {"id":"33082135-fe531156-be22-456f-be76-a6ed43442543","path":"Integration Test.json","metaData":{}}
files[] = {"id":"33082135-3f329ef0-ba60-4afa-9ebe-8da64e0d7a86","path":"Smoke Test.json","metaData":{}}

[config.relations.collections.metaData]
Expand Down
Loading

0 comments on commit c62406c

Please sign in to comment.