-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto merge: plugin is not installed. Use reporterOptions settings for calculation. Configuration property not set! Neither for cypress <= 9 nor cypress >= 10 #175
Comments
So, it seems like the For now, I have stopped using the |
Update: It worked initially without the Thanks |
Hi! |
I studied the problem a little and this is the result. These run I see in reportportal. I run it with this command
There is an error in this test
|
Hi.
Thanks! |
same issue using cypress 13 and cypress-cucumber-preprocessor when the first test containt tag @Skip |
Hi guys! @Zenin-Dmitry , @diegoarena , @niQo |
I've also encountered this error on cypress 13.6.1 with webpack preprocessor, as far as I managed to debug the problem, it seems that ipc connection did not succeed to retry on time, therefore changing:
To anything close to 100 seem to be working fine each time. |
@xpersky Your solution is interesting, but I run tests in Docker and install packages with the command npm ci.
|
We got the same issue, we were using the snowflake-sdk plugins for snowfalke database connectivity, which was having transitive dependency of @AWS-SDK and some cloud depenencies. We have eliminated those dependencies by using other plugins naturalcycles/snowflake-sdk and resolved our issues. Fixes snowflakedb/snowflake-connector-nodejs#449 by moving non-mandatory dependencies to peerDependencies. So, folks who don't need e.g AWS SDK don't have to "download the whole internet" Check your node_modules contains @AWS-SDK, then add those dependencies in the peerDependencies and try it out. All the Best. |
I see that this issue was submitted: #170
but was closed without an answer.
I am curious to know if others are also having the same problem or encountered the same problem and how they fixed it
Cypress version: 13.3.0
Report Portal Version: 5.1.3
cypress.config.js:
package.json
Error:
The text was updated successfully, but these errors were encountered: