Support for Java- TestNG and JUnit #5
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Since the creation of the tool, there were tons of requests to create support for Java projects.
Since I am not a Java developer, I will need some help with the Java specifics. I will code everything related to the Meissa plugins.
Before I can define what help I will need, let's me first give a short explanation of how Meissa run tests written in different technologies.
The tool is architectured in a way to use plugins (DLLs placed in the Plugins folder), we utilise the MEF framework for the job. We have two C# interfaces that the plugin project should implement. One for extracting the tests from the library files (DLLs, jars, js) and one more for executing the tests from CMD, parsing the test results files, merge the results, extract pass/failed tests (we use that for the retry logic).
So, as far as I know, there are two major test frameworks for Java- TestNG and JUnit. I want to support both. Are there any other major ones that I didn't mention?
I guess we will need two separate plugins for TestNG and JUnit.
What will I need for each technology?
The text was updated successfully, but these errors were encountered: