From 5c8fc013d199569502016c06968b8c857ed5e866 Mon Sep 17 00:00:00 2001 From: Ignacio Palacios Date: Wed, 6 Jul 2022 11:10:14 +0200 Subject: [PATCH] Update Readme for integration-tests (#1429) * Update Readme for integration-tests * Update parachains/README.md Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by: joe petrowski <25483142+joepetrowski@users.noreply.github.com> --- cumulus/parachains/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cumulus/parachains/README.md b/cumulus/parachains/README.md index 6230ccb738..1fb0c5061b 100644 --- a/cumulus/parachains/README.md +++ b/cumulus/parachains/README.md @@ -7,6 +7,7 @@ The general internal structure is: - `chain-specs`: Chain specs for the runtimes contained in its sibling dir `runtimes`. - `common`: Common configurations, `impl`s, etc. used by several parachain runtimes. +- `integration-tests`: Integration tests to test parachain interactions via XCM. - `pallets`: FRAME pallets that are specific to parachains. - `runtimes`: The entry point for parachain runtimes.