You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm able to successfully use js_runner-html.mtt and swf_runner-html.mtt but recently I wanted to enable JUnitReportClient in my TestMain. Because according to comment it's "Auto generated Test Application." I wanted to update template for it so I got it from HERE. Unfortunately adding/removing/commenting anything in template file doesn't have any impact on generated TestMain.hx.
Summing up:
.munit file has templates=munit/templates
test-main.mtt is inside munit/templates folder (js_runner-html and swf_runner-html are also here and they are working)
I'm removing TestMain.hx file before each build just to be sure
Am I forgetting about something?
The text was updated successfully, but these errors were encountered:
Hello,
I'm able to successfully use
js_runner-html.mtt
andswf_runner-html.mtt
but recently I wanted to enable JUnitReportClient in myTestMain
. Because according to comment it's "Auto generated Test Application." I wanted to update template for it so I got it from HERE. Unfortunately adding/removing/commenting anything in template file doesn't have any impact on generatedTestMain.hx
.Summing up:
templates=munit/templates
munit/templates
folder (js_runner-html and swf_runner-html are also here and they are working)Am I forgetting about something?
The text was updated successfully, but these errors were encountered: