Contributor
Mirage

JUnit and TestNG Test Runner Plugin for Eclipse Che


Mentors
Florent
Organization
Eclipse Foundation

Eclipse Che provides an open source IDE and a platform for developing Java ,JavaScript, Php projects and cloud IDE extensions. The Che is mainly support for developing Java projects with Maven. Currently, Che does not have a Java test runner build in with it and the Java developers must either use maven or command line to run their test cases. However a modern IDE should provide easy way for run the test cases. Therefore the purpose of this project is to build an extendable test runner plugin for Eclipse Che IDE such that developers can easily run their test cases and view the results.