James Adarich

Results 111 comments of James Adarich

Oh wow, is it totally worth it? I've been pondering about fallout vr myself. I'm going to keep this issue open to investigate options on this one I think could...

Hey @jhm-ciberman we've got a [page on the wiki about coverage](https://github.com/alsatian-test/alsatian/wiki/check-test-coverage-with-nyc). Does this work for you?

@jhm-ciberman sure makes sense let's investigate this! Thanks for your input and support so far!! :)

Hey @cdibbs looks like someone has had a similar problem that has a solution here https://github.com/Izhaki/Typescript-Mocha-Istanbul-Boilerplate/issues/2#issuecomment-249435253 Obviously replace the mocha with your Alsatian call but is this of any use?

Awesome, thanks @cdibbs please let us know if you need any more help :)

Awesome @cdibbs very glad to hear it!! Sounds like a great idea, I suppose it would depend on the particular matchers as to whether they'd go in the core or...

@biro456 sorry about the late reply on this, I think there is an all flag for nyc that should cover this but we are also currently investigating alternate coverage options...

Great points thanks for raising this one. I was looking additionally at improvements here to make it better for property testing. If you're able to send a pr around this...

The improvements mentioned here will be covered in #678 which will introduce a new decorator to avoid confusion with `TestCase` and a more consistent way of writing these tests. As...

Thanks so much for this great feedback :) The goal of this replacement is to encourage better test writing without losing functionality. The problems I see with `TestCases` at the...