php - How to setup Codeception with remote code coverage? -
- i have 2 repo on machine
- api
- codeception repo tests api
in api repo have added codeception+c3
"require-dev": { "codeception/codeception": "2.*", "codeception/c3": "2.*",
i've included c3.php inside index.php, when trying test --coverage have error
[phpunit_framework_exception] file_get_contents(http://local.api.codeception.com/c3/report/clear): fai led open stream: http request failed! http/1.1 500 internal server error
is there any online example of remote codecoverage codeception?
ok, configuration nightmare, i've fixed it
here example
Comments
Post a Comment