Unit Testing and Continuous Integration |
I'm probably a little biased on this, having worked on CodeIgniter Testing Guide with Kenji. I think the whole premise of #4 is problematic, because you shouldn't be running tests in your production environment (except perhaps before it goes live), and it usually isn't difficult to have access to the CLI at least in your development environment.
Anyway, while I haven't attempted it, it should be possible to implement a browser interface to run tests through PHPUnit/ci-phpunit-test installed. |
Messages In This Thread |
Unit Testing and Continuous Integration - by ComputingFroggy - 07-21-2016, 07:54 AM
RE: Unit Testing and Continuous Integration - by mwhitney - 07-22-2016, 10:39 AM
RE: Unit Testing and Continuous Integration - by kenjis - 07-23-2016, 05:11 AM
|