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 1/2] 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 +``` From b36cb47136d2323fdf6214c16f57ca167fc61925 Mon Sep 17 00:00:00 2001 From: Dastan <88332432+dastansam@users.noreply.github.com> Date: Thu, 28 Mar 2024 14:01:14 +0100 Subject: [PATCH 2/2] Update README.md --- pcidss/e2e-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcidss/e2e-tests/README.md b/pcidss/e2e-tests/README.md index 0aaa081..7252c37 100644 --- a/pcidss/e2e-tests/README.md +++ b/pcidss/e2e-tests/README.md @@ -1,7 +1,7 @@ ## 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. +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: