0
我需要使用多記者的摸查,所以我選擇:摩卡多記者使用JUnit
https://github.com/stanleyhlng/mocha-multi-reporters
一切正常,但我需要使用自定義的記者 - 摩卡的junit記者。
我該如何使用摩卡多記者摩卡junit記者?
我已經試過這樣的事情:
"junitReporterOptions": {
"id": "junit",
"reporter": "mocha-junit-reporter",
"output": "../../cms2/raportUnitTestsjunit.xml"
},
但我有 「記者沒有發現JUnit的!」。它與摩卡多記者兼容嗎?