metafacture-core icon indicating copy to clipboard operation
metafacture-core copied to clipboard

Execute Metamorph xml testcase files on command line (independently of JUnit)

Open cboehme opened this issue 12 years ago • 0 comments

Metamorph xml testcases are currently tightly integrated with JUnit. This is a good thing for Java developers. However, as Metafacture is increasingly used as a stand-alone distribution, it would be handy to be able to run Metamorph test cases independently of JUnit.

To facilitate this, Metafacture should provide a command line tool which accepts a list of xml testcase definitions and executes the tests defined in these files. Results should be printed on the command line as well as written to an xml-file (whose schema should be compatible to JUnit's xml output).

cboehme avatar Jun 13 '13 16:06 cboehme