in reply to GUI Interface to Test::* scripts

If I were to do this, I would start with a Tk or other GUI app that launches tests from with IPC::Run or IPC::Open3 or something and uses Test::Harness::Straps to parse the results into data structures.

If it's easy to use and configure, I'd try it.

Replies are listed 'Best First'.
Re^2: GUI Interface to Test::* scripts
by ChrisS (Monk) on Jun 09, 2005 at 16:08 UTC

      Yes, that's exactly the advantage I had in mind, especially if you use a new enough version of Test::Harness::Straps that can parse diagnostic output.