Bootstrapping WordPress Codeception testing

Back from holydays I’ve stumbled on my own work while trying to set up a proper Codeception based WordPress setup environment using WP Browser. Although the README file makes sense to me I do not want to go over the drill of modifying the test suites to stick to my testing habits and set up each time so I’ve gone and expanded the wpcept CLI application to include the wpbootstrap command

wpcept wpbootstrap

should create the “UI”, “Service” and “Unit” suites in the /tests folders (see Test Pyramid article by Martin Fowler for insights in the totally-not-mine good idea) and set those up with some default module dependencies I would frequently set up anyway.
See the repository README file for details.