You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should add unit testing to the scaffold rather than having to set it up on each projects. They are not always setup in the same way and I think it makes sense to be opinionated here.
Thanks @tobeycodes, I've added this to the Internal Tools working group agenda for discussion. I also started implementing some tests in #236 which might interest you.
My preference here would always be unit tests rather than integration tests but I appreciate integration tests are more commonoly used for WP testing. I think they are easier to setup. write and maintain and allow you to test your code in isolation
I think we should add unit testing to the scaffold rather than having to set it up on each projects. They are not always setup in the same way and I think it makes sense to be opinionated here.
Some examples of libraries we can consider using:
https://github.com/pestphp/pest
https://github.com/Brain-WP/BrainMonkey
The text was updated successfully, but these errors were encountered: