Alex Neslusan

Results 42 comments of Alex Neslusan

No, it’s not possible right now. This will require some planning, I think, since Tasks can perform effects. Are you thinking more like having a Task x a, performing it,...

This is something I'd like to add in the medium term. I'm not yet sure of the best way to go about it, I have some ideas, but it will...

I had already wanted to add something like xunit output, but you mention json output? Are you thinking of some sort of specific json standard that you can point me...

Yes, if you have version 2.0.0 then there isn't an ElmTest module itself. It was refactored in 3.0.0. Can you post the contents of your elm-package.json file?

@cem2ran You need to change your dependency to: `"deadfoxygrandpa/elm-test": "3.0.0

Can you try deleting the elm-stuff directory and installing everything again with the 3.0.0

I've thought about doing this before. I'll give it some thought as to how to best do it now.

I've figured out how to do this with a simple native JS extension. I just created a `native` branch where I'm working on it.

Thanks to Michael's benchmarking code, anyway. I read through that to get an idea of how it all fits together.

I agree, now that it's possible to do Native modules I think this library could use some stuff like this.