Ilya Korobitsyn

Results 6 comments of Ilya Korobitsyn

I would also like to add that the problem here is not only "no indication", but also the fact that the test fails: I was writing a test for utility...

That sounds reasonable, but is "unhandled rejection" checked at the end of the test or immediately? My use case was to have several promises in variables and only do something...

Same for me, by the way. Completion works for basic types, functions/types from the imports, but not for keywords like return, foreach. ``` $ dcd-server --version v0.8.0 f8f3024dda05e7f3d1a112adde1f99ec98649e78 $ dmd...

As far as I know, cucumber does not allow two reporters to point to the same output location (file, or stdout if file name is not provided). In your case...

I'd say this question is unrelated to this repo. There is a jenkins plugin which can generate reports: https://plugins.jenkins.io/allure-jenkins-plugin/ Alternatively, look at 'allure-commandline' npm package. When your static HTML files...

@sskorol Your library looks good, but is solves a bit different problem (conveniently return Streams/Lists/other things) from the Data Provider. It still does not make sure (in compile time) that...