You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In one or two plugin repositories our automated tests were failing during container 'start' due to bad 'require' from wp-settings.php
The code was obviously not what we were intending to be used and was presumably sourced via cURL from a wordpress tgz.
Obviously our composer vendor directory was fine, so I hacked this alteration which might fit smoothly in (#141).
To Reproduce
Steps to reproduce the behavior:
Plugin repo.
Use { wp : { plugins: ['./'] } } in cypress config repository with a complex autoload geometry.
Bring up 'npx wp-cypress start' in automated testing.
Scratch your head because 'start' fails unless SSH is active ('Re-run with SSH').
Desired behavior
Source from your chosen wordpress directory (e.g. './vendor/wordpress/wordpress') makes its way into the container.
This also helps with debugging if using wp-cypress as your dev-env.
The text was updated successfully, but these errors were encountered:
Describe the bug
In one or two plugin repositories our automated tests were failing during container 'start' due to bad 'require' from wp-settings.php
The code was obviously not what we were intending to be used and was presumably sourced via cURL from a wordpress tgz.
Obviously our composer vendor directory was fine, so I hacked this alteration which might fit smoothly in (#141).
To Reproduce
Steps to reproduce the behavior:
Desired behavior
Source from your chosen wordpress directory (e.g. './vendor/wordpress/wordpress') makes its way into the container.
This also helps with debugging if using wp-cypress as your dev-env.
The text was updated successfully, but these errors were encountered: