|
NAMEtap2junit - Converts TAP output to JUnitSYNOPSIStap2junit [options] <filename> <filename> ... Options: --suffix <suffix> Suffix for JUnit output files (default ".xml") --verbose Display verbose status during conversion --name <name> Provide explicit name for the JUnit test --help/-? Display brief help message --man Display full documentation DESCRIPTION"tap2junit" converts TAP output to JUnit.Give it a list of files containing TAP results and it will create a series of ????.junit.xml output files containing the JUnit representations of that TAP contained in the files. If you specify - as the filename, "tap2junit" will read from STDIN and write to STDOUT. You may also want to use the "--name" option to name the test explicitly (as the default name of "-" isn't going to make much sense). OPTIONS
AUTHORGraham TerMarsch <cpan@howlingfrog.com>COPYRIGHTCopyright 2008-2010, Graham TerMarsch. All Rights Reserved.This is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOTAP::Formatter::JUnit.
Visit the GSP FreeBSD Man Page Interface. |