Configuring xUnit for CUnit in Hudson CI

I want to use Hudson CI for my c-project, which also uses CUnit. However, I also realized that there is currently no plugin that supports CUnit. Therefore, I read on the Internet that this is possible using the xUnit plugin, translating CUnit and JUnit, but you will get an error when using the provided file.

[xUnit] [ERROR] - The plugin hasn't been performed correctly: Conversion error Error to convert the input XML document

So my question is; does anyone successfully run CUnit tests in hudson. And then, how?

+3
source share
3 answers

As it turned out, there were some syntax errors in the xslt file referenced in the link. After fixing this and some identifiers, it worked out well.

0

@Nubsis: ? . , , , , .

+1

Well ... It seems we are facing the same thing? problem ... the description that we have as a result is the same as what you described in your question ...

Do you have an updated version of XSLT so we can try?

ps sorry for the new post, but I can not answer any of the answers ...

+1
source

Source: https://habr.com/ru/post/1778134/


All Articles