-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add api for tests
- Loading branch information
Matthieu Jacquot
committed
Aug 9, 2018
1 parent
85baedd
commit a59440f
Showing
20 changed files
with
1,734 additions
and
838 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Conduit - Integration Test", | ||
"values": [ | ||
{ | ||
"enabled": true, | ||
"key": "apiUrl", | ||
"value": "https://conduit.productionready.io/api", | ||
"type": "text" | ||
}, | ||
{ | ||
"enabled": true, | ||
"key": "token", | ||
"value": "", | ||
"type": "text" | ||
}, | ||
{ | ||
"enabled": true, | ||
"key": "isIntegrationTest", | ||
"value": true, | ||
"type": "boolean" | ||
} | ||
], | ||
"_postman_variable_scope": "environment" | ||
} |
Oops, something went wrong.