From 29cb1df2c3e4bec7ee7d881656627249f870f662 Mon Sep 17 00:00:00 2001 From: Dastan <88332432+dastansam@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:58:32 +0100 Subject: [PATCH] Create README.md --- pcidss/e2e-tests/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcidss/e2e-tests/README.md diff --git a/pcidss/e2e-tests/README.md b/pcidss/e2e-tests/README.md new file mode 100644 index 0000000..0aaa081 --- /dev/null +++ b/pcidss/e2e-tests/README.md @@ -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 +```