Вопрос

I would like to generate a junit, nunit or mstest report for my QUnit javascript unit tests and because we are mainly developing in Visual Studio (c# MVC server), we currently are using Chutzpah to run the QUnit tests.

Now I would like to generate a test report to integrate in Jenkins, but i couldn't find a simple way not involving writing an own report generator.

Does somebody know of an alternative to Chutzpah, which can run QUnit tests headless and integrates into Visual Studio or a way this can be solved with Chutzpah?

Это было полезно?

Решение

Chutzpah 2.1 (released on 9/8/2012) now supports outputting a junit-xml compatible file. From the command line you specify /junit <filename> and it will spit out the correct xml format.

Let me know if this works for you.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top