Sha256: 38f1922af2ea0bab1405537c8ea6d6de79afa5fc35a2f5cdcc9e21c83aebb4fb
Contents?: true
Size: 1.62 KB
Versions: 4
Compression:
Stored size: 1.62 KB
Contents
["feature", "Q3", [ ["scenario", "CreateQueue", [ ["action", "create queue with CreateQueue API", { "params": { "Action": "CreateQueue", "QueueName": "tilytest" }, "expectations": [ { "type": "response_code", "value": 200 }, { "type": "xpath_value", "xpath": "//CreateQueueResponse/CreateQueueResult/QueueUrl", "value": "http://q3-global.herokuapp.com/*/tilytest" } ] }], ["action", "check if that queue is created with ListQueues API", { "params": { "Action": "ListQueues" }, "expectations": [ { "type": "response_code", "value": 200 }, { "type": "xpath_size", "xpath": "ListQueuesResponse/ListQueuesResult/QueueUrl[text()='http://q3-global.herokuapp.com/*/tilytest']", "value": 1 } ] }], ["action", "send message to that queue with SendMessage API", { "params": { "Action": "SendMessage", "MessageBody": "hello barthes" }, "env": { "path": "/*/tilytest", "tags": ["queue"] }, "expectations": [ { "type": "response_code", "value": 200 } ] }], ["action", "receive message from that queue with ReceiveMessage API", { "params": { "Action": "ReceiveMessage" }, "env": { "path": "/*/tilytest", "tags": ["queue"] }, "expectations": [ { "type": "response_code", "value": 200 } ] }] ]] ]]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
barthes-0.0.43 | example/q3_spec.json |
barthes-0.0.42 | example/q3_spec.json |
barthes-0.0.41 | example/q3_spec.json |
barthes-0.0.40 | example/q3_spec.json |