WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
240 stars 46 forks source link

Use custom plugin in Behat tests #411

Closed ernilambar closed 7 months ago

ernilambar commented 8 months ago

Ref: https://github.com/WordPress/plugin-check/pull/409

We need to use our custom plugin in Behat tests like we do in PHPUnit tests. This will make our plugin more robust.

ernilambar commented 8 months ago

I am working on this.