Skip to content

Commit

Permalink
v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoPal committed Mar 13, 2023
1 parent e93c53b commit ac6b020
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bin/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add here the chains binaries in case of using `zombienet` or `polkadot-launch`
Add here the chains binaries in case of using `zombienet`
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parity/parachains-integration-tests",
"version": "2.3.0",
"version": "2.3.4",
"main": "index.js",
"author": "Ignacio Palacios Santos <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ac6b020

Please sign in to comment.