codesurfer.io

Results 14 comments of codesurfer.io

Nice repo. I appreciate your work. I run into the same issue. I would recommend to add yarn to section Requirements and maybe as a installation step.

Hi @davidturissini, thanks for reporting that issue. Afaik the cypress component runner was in Alpha state in cypress version < 10 and just hit Beta state starting from version 10....

I encountered the same issue with version cypress-parallel 0.9.0 and cypress 9.4.1 project structure: project/cypress/integration/folder/test.spec.ts command: npx cypress-parallel -s dev -t 2 -d **/*user*.spec.ts OS: Windows 10 / powershell Would...

HI @ISanjeevKumar, sorry for the late response to your suggestion. > When none of the test case has got executed then report folder will not get created by 'json-stream.reporter', Hence...

I did some investigation today and can give the following result in return which lead to the error in our case. 1. cypress-extends plugin in combination with our own cypress-multi-reporters...

yes, I addressed the reporter-config.json from the cypress-parallel cli. two suggestions: make sure, you are not using cypress-extends plugin and not refer to report-config file from cypress config.

if you upload an example repo reproducing the error I can have a quick look on it.

the issue only occurs when generating .pot from cli. `i18next-conv --pot -l en -s 'path/to/file' -b 'path/to/file' -K` from the API it was working fine. `i18nextToPot('ua-UK', readFileSync(source), options).then(save('../locales/ua-UK/translation.pot'));`

Hi @rkhomi I am willing to help but the provided information is not enough to debug into this. If you execute the corresponding internal [integration test](https://github.com/nils-hoyer/cypress-fail-on-console-error/blob/main/cypress/e2e/shouldResetSpiesBetweenTests.cy.js) you can verify this...

Hi @rkhomi, thanks for sharing additional information. It was very helpful. I could reproduce the issue and provided a fix with version 4.0.1 https://github.com/nils-hoyer/cypress-fail-on-console-error/releases/tag/4.0.1