Kelly Miyashiro
Kelly Miyashiro
@pimterry have you tried using it and seeing if it actually works how you think it would?
That's correct, this plugin does not use the command line mocha, it pipes output from running mocha in the browser (phantomjs). On Thu, Nov 6, 2014 at 1:09 PM, Aliaksei...
@FoxGit What are you looking for in terms of Jenkins integration? It fails Jenkins builds just fine, are you looking for pretty output? I have not even looked into code...
I'm not really following what you're asking for. You want to have iframes with src attributes, but don't want them to load the src? Why not set all of the...
Ah, I see. https://github.com/kmiyashiro/grunt-mocha/blob/master/tasks/mocha.js#L98-L103 All solutions to this I've seen online are hacks. One such hack is just to remove the `fail.load` listener after the first success... I'd have to...
Currently, no. I am planning on looking into integrating https://github.com/metaskills/mocha-phantomjs instead of our current phantom -> console system, theoretically it would support CI integration.
Oops, seems I missed this one. Some test coverage would be all that's required for this to be merged! Especially since it is undocumented.
If you didn't extend `flash-message` from this add-on, you will have to add the `exiting` and `active` bindings to your `flash-message` component. https://github.com/poteto/ember-cli-flash/blob/develop/addon/components/flash-message.js#L22 It's also a little confusing that you...
@workmanw I tried your workaround but also could not get it to work. Manually looking up the store using `this.container.lookup('service:store')` and then calling `createFragment` works even without manually initializing the...