Feature: Basic Blockchain tests # blockchan.feature:1 Scenario: Create new wallet # blockchan.feature:3 Given I am connected to Blockchain Wallet API # steps/BlockchainTests.py:27 0.003s When I create new wallets # steps/BlockchainTests.py:32 1.946s Then New wallets are created # steps/BlockchainTests.py:47 1.245s Scenario: Enable HD for wallet # blockchan.feature:8 Given I am connected to Blockchain Wallet API # steps/BlockchainTests.py:27 0.005s When I enable HD for wallets # steps/BlockchainTests.py:56 11.906s Then Wallets have enabled HD # steps/BlockchainTests.py:71 12.420s Scenario: Check the balance of the wallet # blockchan.feature:13 Given I am connected to Blockchain Wallet API # steps/BlockchainTests.py:27 0.006s When I check balance of account # steps/BlockchainTests.py:80 3.222s Then Account balance is returned # steps/BlockchainTests.py:105 5.105s And Account balance is printed # steps/BlockchainTests.py:114 [BALANCE_1] 0 [BALANCE_2] 0 [BALANCE_3] 0 [BALANCE_4] 0 And Account balance is printed # steps/BlockchainTests.py:114 2.914s Scenario: Perform outgoing payment # blockchan.feature:19 Given I am connected to Blockchain Wallet API # steps/BlockchainTests.py:27 0.007s When I perform outgoing payment # steps/BlockchainTests.py:124 13.256s Then Amount of bitcoins is transferred between accounts # steps/BlockchainTests.py:140 None Then Amount of bitcoins is transferred between accounts # steps/BlockchainTests.py:140 2.913s