問題タブ [wct]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
1114 参照

jenkins - Jenkins で XUnit テスト出力を表示する方法

JUnit 形式のテスト出力によると、 https://github.com/garcus/wct-xunit-reporterを使用して XUnit レポート xml を作成しました。

うまくいかないのは、Jenkins が Test-Results を表示することです。私は試した:

  • 別の XUnit テスト結果 (xUnit テスト結果レポートの公開: [xUnit] [エラー] - 結果ファイル '..../testfile.xml' の変換済みファイル (メトリック 'NUnit' の変換プロセス中) が無効です。 )
  • JUnit テスト結果

別の XUnit xsl が必要ですか、それとも他に何が欠けていますか?