Paul English
Paul English
I've made the necessary changes: https://github.com/bigbite/wp-cypress/wiki/Auth-and-Users#authentification
@ampersarnie I'm having trouble reproducing the problem you described. Does this problem only occur if your different sites have different versions of WordPress installed?
I've made the necessary changes: https://github.com/bigbite/wp-cypress/wiki/Configuration-Options. Do you want to have a quick check @ampersarnie?
Hey @noplanman, WP-Cypress seems to load fine for me when I set `wp.phpVersion` to `8.0` (though I do get the problem where PHP `8.1` gets loaded instead of `8.0`). My...
Thanks noplanman. I can confirm I am getting the same bug on my end. Sorry for the late reply - been rather busy.
> I think I have this working based on your steps, I have to tell the Cypress browser to trust the cert before I was able to run any tests...
@ampersarnie I've been thinking. If I use clientCertificates, won't that cause backwards incompatibility issues due to the port number being different in the URL? I could create a separate property...
PR https://github.com/bigbite/wp-cypress/pull/104 adds SSL support. Will work on changing the other port numbers when after this PR gets merged to prevent merge conflicts.
> 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...