github.com/adnan-c/fabric_e2e_couchdb@v0.6.1-preview.0.20170228180935-21ce6b23cf91/bddtests/sdk.feature (about) 1 # 2 # Test the Hyperledger SDK 3 # 4 # Tags that can be used and will affect test internals: 5 # 6 # @doNotDecompose will NOT decompose the named compose_yaml after scenario ends. Useful for setting up environment and reviewing after scenario. 7 # 8 @preV1 9 @preV1_sdk 10 Feature: Node SDK 11 As a HyperLedger developer 12 I want to have a single test driver for the various Hyperledger SDKs 13 14 15 @doNotDecompose 16 @sdk 17 Scenario Outline: test initial sdk setup 18 19 Given we compose "<ComposeFile>" 20 And I wait "5" seconds 21 And I register thru the sample SDK app supplying username "WebAppAdmin" and secret "DJY27pEnl16d" on "sampleApp0" 22 Then I should get a JSON response with "foo" = "bar" 23 24 25 Examples: Consensus Options 26 | ComposeFile | WaitTime | 27 | docker-compose-4-consensus-batch.yml docker-compose-sdk-node.yml | 60 | 28 #| docker-compose-4-consensus-batch.yml docker-compose-sdk-java.yml | 60 |