widoz / konomi

A WordPress Plugin to save posts as favorites based on Interactivity Api
GNU General Public License v2.0
0 stars 0 forks source link

Introduce dev docker env? #21

Closed widoz closed 4 months ago

widoz commented 4 months ago

The Wp env might not be a good fit for development, expecially if we want to have xdebug support in unit tests. Not sure if make actually sense rather then doing everything in CI. But I would really like to have xdebug active locally for code coverage while writing tests to ensure the right paths are taken by the tested code.