in reply to Re: Using TAP::Parser for system/network monitoring style tests
in thread Using TAP::Parser for system/network monitoring style tests

After having looked at the documentation I came to these conclusions:

Thanks anyway.

Well done is better than well said. -- Benjamin Franklin

  • Comment on Re^2: Using TAP::Parser for system/network monitoring style tests

Replies are listed 'Best First'.
Re^3: Using TAP::Parser for system/network monitoring style tests
by MidLifeXis (Monsignor) on Jul 08, 2013 at 17:51 UTC

    App::Prove or some other TAP harness would be used to collect the output of a Test::Server-based test suite. The harness (TAP-output-consumer) is separate from the TAP-generating tests themselves (TAP-output-producer). Perhaps I am not quite grokking what you are envisioning.

    --MidLifeXis