From ac6b020f71af22d4be59c272b1e12f8e7c047e12 Mon Sep 17 00:00:00 2001 From: NachoPal Date: Mon, 13 Mar 2023 16:53:12 +0100 Subject: [PATCH] v2.3.4 --- README.md | 4 +++- bin/README.md | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccafb86..c6090d3 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This tool allows you to develop tests rapidly describing them in a YAML file. Be It can work alongside with [Zombienet](https://github.com/paritytech/zombienet) or you can run your tests against the testnet of your choice. -Under the `./examples` folder, this repository contains integration tests for the _Common Good Parachains_. You can take them as examples of how to write tests with this tool. +Under the `./examples` folder, this repository contains integration tests for the _System Parachains_. You can take them as examples of how to write tests with this tool. ## Set Up ### Requirements @@ -19,6 +19,8 @@ Under the `./examples` folder, this repository contains integration tests for th It can be installed to be run in two different ways: - Installing the npm package globally ``` + yarn global add ts-node + yarn global add @parity/parachains-integration-tests ``` - From the repository diff --git a/bin/README.md b/bin/README.md index 821f031..8979985 100755 --- a/bin/README.md +++ b/bin/README.md @@ -1 +1 @@ -Add here the chains binaries in case of using `zombienet` or `polkadot-launch` \ No newline at end of file +Add here the chains binaries in case of using `zombienet` diff --git a/package.json b/package.json index dc305ce..41fbf5e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@parity/parachains-integration-tests", - "version": "2.3.0", + "version": "2.3.4", "main": "index.js", "author": "Ignacio Palacios Santos ", "license": "MIT",