woocommerce / qit-cli

A Testing Platform for WordPress Plugins and Themes
https://qit.woo.com
19 stars 2 forks source link

Fix issue with "--plugins=woocommerce" and "--woo" parameter #177

Closed Luc45 closed 4 months ago

Luc45 commented 4 months ago

As per Slack https://a8c.slack.com/archives/C03R7A7D1DW/p1718530807725489

Fixes an issue on running Custom E2E tests when you used both the --woo parameter and --plugin=woocommerce. If you used --plugin woocommerce it would work.

This PR fixes this behavior, and also prevents the user from using both --woo and --plugin=woocommerce, and asks to pick one or the other.

Testing Instructions