Dariusz Arciszewski

Results 6 comments of Dariusz Arciszewski

And the funny part is that yesterday it worked perfectly! So i dunno what did I messed up :( Tried to reinstall scp drivers but no luck.

Actually batteries are quite fresh, what I figured out: it happens when I have 2 Xiaomi controllers paired. When I have only one it's 100% ok. So the "solution" for...

Hey @yann-combarnous, I have similar conf and it doesn't collect coverage for CT, for E2E it does it but after running `cypress run-ct` it doesn't generate anything.

@elevatebart I don't have injectDevServer because I don't use react-scripts. My cypress `plugins/index.ts` ```ts /// import browserify from '@cypress/browserify-preprocessor'; import task from '@cypress/code-coverage/task'; import { initPlugin } from 'cypress-plugin-snapshots/plugin'; import...

Also I see that the coverage is there each test: ![image](https://user-images.githubusercontent.com/2143349/122022086-8eec4680-cdc6-11eb-8638-878c345c79ff.png) But it doesn't push it into `coverage` dir. In integration tests (`cypress run`) it works.

@elevatebart ok I figured out what was wrong in my case, in `support/` I have separate `component.ts` and we need to put `import '@cypress/code-coverage'` :) now coverage is collected properly....