awesomemotive / one-click-demo-import

One Click Demo Import plugin
https://www.awesomemotive.com/
195 stars 83 forks source link

Improve plugin tests #210

Open capuderg opened 4 years ago

capuderg commented 4 years ago

Currently, there are a few PHPunit tests written for this plugin, but the setup for running this tests is a bit outdated and it only supports unit tests.

It would be great to migrate to WP Browser (codeception). This would allow for easier local setup and running the test and we could also write acceptance tests to cover the plugin UI and functionality.