Use cucumber for integration tests
parent
77edd3fc
No related branches found
No related tags found
This commit is part of merge request !11. Comments created here will be created in the context of that merge request.
Showing
- Cargo.lock 428 additions, 88 deletionsCargo.lock
- integration-tests/Cargo.toml 6 additions, 2 deletionsintegration-tests/Cargo.toml
- integration-tests/src/lib.rs 0 additions, 5 deletionsintegration-tests/src/lib.rs
- integration-tests/tests/common/balances.rs 15 additions, 25 deletionsintegration-tests/tests/common/balances.rs
- integration-tests/tests/common/mod.rs 29 additions, 2 deletionsintegration-tests/tests/common/mod.rs
- integration-tests/tests/cucumber_tests.rs 142 additions, 0 deletionsintegration-tests/tests/cucumber_tests.rs
- integration-tests/tests/features/balance_transfer.feature 6 additions, 0 deletionsintegration-tests/tests/features/balance_transfer.feature
- integration-tests/tests/features/transfer_all.feature 6 additions, 0 deletionsintegration-tests/tests/features/transfer_all.feature
- node/src/chain_spec/gdev.rs 2 additions, 6 deletionsnode/src/chain_spec/gdev.rs
- pallets/identity/src/tests.rs 8 additions, 2 deletionspallets/identity/src/tests.rs
- runtime/common/src/lib.rs 1 addition, 1 deletionruntime/common/src/lib.rs
This diff is collapsed.
integration-tests/tests/cucumber_tests.rs
0 → 100644
Please register or sign in to comment