diff --git a/integration-tests/README.md b/integration-tests/README.md new file mode 100644 index 00000000..785bf4a9 --- /dev/null +++ b/integration-tests/README.md @@ -0,0 +1,8 @@ +In order to run the integration tests you have to specify what Pop and Relay runtime to use. The latter also determines the Asset Hub runtime. +```shell +cargo test --features=, +``` +For example: +```shell +cargo test --features=paseo,testnet +``` \ No newline at end of file