Test filesverification/TestModule/Test/ExtendedFunctionalTest/ChildExtendedTestNoParent.xml
") * @group skip */ class ChildExtendedTestNoParentCest { /** * @Severity(level = SeverityLevel::CRITICAL) * @Features({"TestModule"}) * @Stories({"Child"}) * @Parameter(name = "AcceptanceTester", value="$I") * @param AcceptanceTester $I * @return void * @throws \Exception */ public function ChildExtendedTestNoParent(AcceptanceTester $I, \Codeception\Scenario $scenario) { $scenario->skip("This test is skipped due to the following issues:No issues have been specified."); } }