IOP-Patho/vendor/codeception/base/tests/coverage/RemoteWithXmlCept.php

9 lines
309 B
PHP
Raw Normal View History

2025-07-17 08:28:28 +00:00
<?php
$I = new CoverGuy($scenario);
$I->wantTo('try generate remote codecoverage xml report');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('run remote --coverage-xml');
$I->seeInShellOutput('Code Coverage Report');
$I->seeFileFound('coverage.xml', 'tests/_output');
$I->seeCoverageStatsNotEmpty();