| Current Path : /var/www/html/dyna-hr/vendor/codeception/base/tests/coverage/ |
| Current File : /var/www/html/dyna-hr/vendor/codeception/base/tests/coverage/RemoteWithHtmlCept.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();