BiFace_Server_Lite/vendor/codeception/base/tests/coverage/RemoteWithHtmlCept.php
2020-03-27 10:13:51 +07:00

8 lines
271 B
PHP

<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-html');
$I->seeFileFound('index.html', 'tests/_output/coverage');
$I->seeCoverageStatsNotEmpty();