“Web interface” to PHPUnit tests?

前端 未结 11 833
臣服心动
臣服心动 2020-12-02 15:37

Is there a simple \"Web interface\" to running PHPUnit test suites? i.e. a PHP script that runs the test on the command line, and outputs a nicely formatted HTML result.

11条回答
  •  一向
    一向 (楼主)
    2020-12-02 15:50

    jframework also has a nice UI for PHPUnit. It breaks the results, and shows test coverage on all files and each file separately. It works on both web and cli, with the cli one having the benefit of dumping every test after its done (the web-based one has to wait until everything is over).

    General web output, with code coverage per file

    Code coverage report for a single file

提交回复
热议问题