Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Commit

Permalink
added test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahar Shelly committed Jan 19, 2019
1 parent 23bf277 commit 8f95e17
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/success/file/postman-echo.com.strest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2 # only version at the moment
requests: # all test requests will be listed here
test-file-name: # name the request however you want
request:
url: https://<$ Filename() $>/get # required
method: GET # required
# log: true
validate:
- jsonpath: status
expect: 200
10 changes: 10 additions & 0 deletions tests/success/file/postman-echo.strest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2 # only version at the moment
requests: # all test requests will be listed here
test-file-name-1: # name the request however you want
request:
url: https://<$ Filename() $>.com/get # required
method: GET # required
# log: true
validate:
- jsonpath: status
expect: 200

0 comments on commit 8f95e17

Please sign in to comment.