Open danrhjones opened 3 years ago
I've had this happen to me for the first time, but not found a way to replicate it with certainty, but has allowed me to dig a little into this. I've not got all the answers but I believe this happens if the WP-Cypress plugin cannot activate and/or the process is slow to respond causing the set user command to fail as the plugin is not able to register it. I'm digging further to try and see why this might be happening.
As far as I can tell, this happens if the plugin can't build correctly. In my case it was due to PHP8 incompatibility.
Check #92 and my fix in #93
Is there any update on this issue?
Is there any update on this issue?
https://github.com/bigbite/wp-cypress/pull/93 has been merged in which might fix this issue but this issue has never happened for me so can't say for certain.
@preslavpetkov I assume you're still faced with this issue?
As mentioned in my previous comment, for me it was due to the plugin build failing.
What version of PHP are you using? Also can you check the output logs of the container running the cypress tests?
Describe the bug Occasionally, when running wp-cypress on CircleCI, we see the failure below.
Usually a rerun of the job fixes it
To Reproduce No known way to reproduce
Additional context I managed to get logs off of CircleCI and they have the error as below