mochify.js
mochify.js copied to clipboard
Way to load local custom ui?
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?
I think this would require a change in mocaccino, just like the change for custom reporters. A pull request would be most welcome 😉