mochify.js icon indicating copy to clipboard operation
mochify.js copied to clipboard

Way to load local custom ui?

Open kwonoj opened this issue 9 years ago • 1 comments

Hi, I'm trying to initialize mochify to use custom ui locally placed in repo.

mocha.opts are represents as below,

--require spec-js/helpers/test-helper.js
--require spec-js/helpers/ajax-helper.js
--ui spec-js/helpers/testScheduler-ui.js

--reporter dot

loads couple of require dependencies then specify custom ui included in local repo which isn't published as separate module. I tried couple of quick approach like

  • specify custom ui as dependency via --require
  • directly try to load as same as mocha opts, --ui

but both of seems not working. Is there way I'm missing to load custom ui?

kwonoj avatar Mar 31 '16 07:03 kwonoj

I think this would require a change in mocaccino, just like the change for custom reporters. A pull request would be most welcome 😉

mantoni avatar May 15 '16 11:05 mantoni