Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dastansam committed Mar 28, 2024
1 parent de62a9c commit 29cb1df
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.

Then, to run the tests:

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

0 comments on commit 29cb1df

Please sign in to comment.