Advice on how best to avoid clashes between cloudPlugin
and our own setup?
#153
-
Before opening, please confirm:
Environment informationN / A Describe the bugYour documentation suggests to set up cypress-cloud as follows:
In our case, we had our own logic in
This was working fine, until we recently bumped to 1.8.4 which pulled in this change. Because you now have your own implementation of I could switch the statements around and apply your config and then ours, but without reading through your implementation I'm not sure if this would work. In general, this feels like a bit of a trap - and some explicit advice about the best way to manage our own config alongside that of We've reverted the version bump for the time being. Expected behaviorN / A Command and SetupN / A Full log and debug outputN / A |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for reporting and sharing the details @alyssa-glean. Please take a look at this plugin by @elaichenkov: Please let me know if you had any success with using it - will be happy to assist. |
Beta Was this translation helpful? Give feedback.
Thanks for reporting and sharing the details @alyssa-glean.
The real issue here is the ongoing issue in cypress runner: cypress-io/cypress#5240
Please take a look at this plugin by @elaichenkov:
https://elaichenkov.medium.com/overcoming-cypress-limitations-with-cypress-plugin-init-library-70c8249342be
Please let me know if you had any success with using it - will be happy to assist.