Kirill Zhdanov

Results 41 comments of Kirill Zhdanov

Additional info: If we just catch the exception like ``` try{ pti.write(jsCoverage); } catch{ console.log('ups') } ``` nyc report will be empty ``` ups Emitted | step.passed (I stop coverage...

I have absolutely the same issue as @CWSpear created first! 1. `Jest` instrument sources and produce .json reporter 2. Then I collect coverage with `babel-plugin-istanbul` and get second .json When...

> We do have the same issue. That is very strange. Is there a way to also ignore the import statements in jest? @link89 What is your dependencies and its...

Ubuntu, same here. > when used notebook wifi network adapter , there are errors > i dont know if wifi adapter can be used in masscan ?? maybe not !!...

Same thing as with [mocha](https://dev.to/storenth/puppeteer-mocha-upgrade-your-implementation-code-with-coverage-22) I was done.

Yeah, same issue I got! Test results duplicated in case of any teardown failure. Take a look at allure example to figure out the idea! I can't mark the test...

I suggest to spawn your own browser based `custom_page` or something because of its `session` implementation:

@mxschmitt Looks like this is more general problem: any test artifacts relay on `failed = request.node.rep_call.failed if hasattr(request.node, "rep_call") else True` logic under the hood. So we miss `rep_setup`/`rep_teardown` that's...