February 2013
Intermediate to advanced
272 pages
5h 45m
English
| Recipe 14 | Drive Cucumber’s Wire Protocol |
You’re writing Cucumber tests to drive an application that doesn’t provide an easy way to integrate Ruby, such as PHP, ActionScript, or C++.
A wire file for driving Cucumber’s wire protocol[91]
In 2009, the Cucumber team was looking for a way to connect Cucumber to environments that don’t have direct Ruby integration. They came up with the wire protocol, a simple text format through which Cucumber can talk to an external process over TCP and ask it things like, “Do you have any step definitions matching When I withdraw $100?”
At work, some of our products ...
Read now
Unlock full access