Skip to content

Commit

Permalink
add example config
Browse files Browse the repository at this point in the history
  • Loading branch information
WildBamaBoy committed Sep 9, 2024
1 parent 7ff6c4b commit bbb414a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
/_generated
.DS_Store
e2e_test_results.csv
git_push.sh
git_push.sh
scripts/e2e_config.yaml
19 changes: 19 additions & 0 deletions scripts/e2e_config.yaml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
auth:
username: ''
password: ''
variables: # path variable replacements for {varname} in the paths below
reference: ''
txnId: ''
order:
- url: POST /baskets
- url: GET /baskets/{ident}
- url: POST /baskets/{ident}/packages
- url: POST /baskets/{ident}/sales
- url: DELETE /baskets/{ident}/packages/{rows.id}
- url: GET /payments/{txnId}?type=txn_id
- url: POST /payments/{txnId}/refund?type=txn_id
- url: GET /recurring-payments/{reference}
- url: PUT /recurring-payments/{reference}
- url: PUT /recurring-payments/{reference}/status
- url: DELETE /recurring-payments/{reference}
- url: POST /checkout

0 comments on commit bbb414a

Please sign in to comment.