Community
Participate
Working Groups
Create a part for the test results. Should include count of all and failed tests, an overview of the test failures and a link to open the tests in JUnit (only if they are JUnit tests of course).
There are some limits to the integrate the Junit view, as there is no API to create a test run history externally. One can create the history XML manually (it is a simple XML, but it might, and I think has, changed between versions) to get test results displayed, but afaik no run configuration can be set this way, thus users can't rerun the tests.
Implemented a basic part that shows the number of passed and failed tests and has a link to open all tests in the JUnit view.
Should add a list viewer that shows failed tests and supports creating of tasks from individual test failures.
Added viewer that shows test cases and opens them on double click.
Created attachment 180569 [details] mylyn/context/zip