-
Notifications
You must be signed in to change notification settings - Fork 378
Add Integration Tests #595
Comments
I'll start with "polkadot-js based interaction with the chain" |
Integration TestsBasic skeleton for integration tests (not comprehensive). Statemint ExtrinsicsTest that functionality local to the chain works. Note: We can probably collapse steps into Fungible AssetsTest that basic asset operations work.
Asset Tx PaymentTest that we can pay transactions in assets.
Non-Fungible AssetsTest that we can do basic operations on non-fungible tokens.
XCM TestsTeleportTest that teleports between Statemint and relay chain work. Statemint to Relay
Relay to Statemint
|
I created a new repository for the tests: https://github.com/NachoPal/parachains-integration-tests How I see the tests should be run
The job will do the following:
|
Integration Tests for Statemint Release
|
Tested teleport Statemint -> Polkadot and ran into paritytech/polkadot-sdk#899 |
We will want to add tests to ensure that Statemint/e work as expected.
Example tests:
Ideas
The text was updated successfully, but these errors were encountered: