wp-net / WordPressPCL

This is a portable library for consuimg the WordPress REST-API in (almost) any C# application
MIT License
340 stars 130 forks source link

Local Test setup simplification #293

Closed navjot50 closed 2 years ago

navjot50 commented 2 years ago

After trying out Wordpress CLI docker image, I figured out that the previous test setup with selenium and python bot was a bit too complex.

With this new setup we will have a Wordpress docker instance, MySQL instance and Wordpress cli instance that will configure the Wordpress as per the test requirements.