-
Notifications
You must be signed in to change notification settings - Fork 227
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
Add a new backend exclusion field for Incompatible Plugins #6041
Comments
Identify the root cause
Scope a solution ✅backend side
plugin side
Estimate the effort ✅[M] @engahmeds3ed please check the grooming especially the plugin part in case I missed anything and thanks for the |
Thanks for the detailed grooming @mostafa-hisham ! It could be useful to detail a bit the acceptance criteria:
Should we check all plugins one by one ? Sounds tedious.
Testing without conditions
### Testing with one condition
### Testing with two conditions
Can a software engineer perform those tests? It might be sufficient, without additional help from QA? |
I'm not sure if I understand the above part, let's discuss it. I believe that e2e tests for the above scenario would be more than enough, no? You're right about the AC, that's my bad. |
@MathieuLamiot I agree with @piotrbak that e2e testing should be sufficient for the testing without conditions. For the rest, where e2e may be more complicated to implement it's either QA or devs - based on availability. |
Is your feature request related to a problem? Please describe.
We'll add new array to be handled by the backend, it's related to incompatible plugins:
wp-rocket/inc/admin/ui/notices.php
Line 111 in 6cc86bf
Additional context
The backend part will be handled here:
#6041
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: