Skip to content

Commit

Permalink
Merge branch 'main' of github-dastansam:subclone/payment-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam committed Mar 28, 2024
2 parents 353e301 + b36cb47 commit 1e26139
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pcidss/e2e-tests/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Standalone integration tests

This crate contains standalone integration test that simulates an example of transfer that was triggered on-chain. For this
to work, we need the whole [infrastracture](https://github.com/subclone/payment-processor?tab=readme-ov-file#run-the-demo) for ISO-8583 message processing up and running. Once, you have it running, don't forget to [insert](https://github.com/subclone/iso8583-chain?tab=readme-ov-file#offchain-worker) `OCW` keys.

Then, to run the tests:

```sh
cargo test -p oracle-e2e-tests
```

0 comments on commit 1e26139

Please sign in to comment.