Il 09/05/2012 20:53, aslak hellesoy ha scritto:
> On Wed, May 9, 2012 at 1:38 PM, Massimo Manca
> <
massimo....@gmail.com> wrote:
Yes, I understand this.
>
> The wire protocol allows Cucumber to talk to an external process over
> TCP. It asks the external process for step definitions and also asks
> it to execute those step definitions and report the results back to
> Cucumber.
>
> It sounds like what you need is a wire protocol implementation in C
> that would run on your device.
Yes, this is the 1st idea I had also if I should route the Wire
connection on a serial or USB or JTAG interface.
>
> This has nothing to do with Gherkin.
Yes, of course. What I tried to say is that I already have a test
application running on a PC that controls/test the application on the
embedded board but with a less flexible approach then I could implement
using Cucumber/gherkin syntax. So I would understand if I need less time
to interface Cucumber to my embedded board realizing a Wire protocol
implementation running on my embedded board and communicating using Wire
(redirected on a serial interface) or implementing a Gherkin parser and
put it on my existing PC application and using its protocol instead Wire
to communicate with the embedded board.