Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Way to load local custom ui? #135

Open
kwonoj opened this issue Mar 31, 2016 · 1 comment
Open

Way to load local custom ui? #135

kwonoj opened this issue Mar 31, 2016 · 1 comment

Comments

@kwonoj
Copy link

kwonoj commented Mar 31, 2016

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?

@mantoni
Copy link
Owner

mantoni commented May 15, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants