8
Bir paketten nasıl yalnızca bir test çalıştırabilirim?
Aşağıda bu test sınıfım var ve ondan yalnızca bir test çalıştırmak istiyorum, örneğin "aboutPage". Nasıl bir fikriniz var? Sadece bu dosyayı şu şekilde çalıştırıyorum: codecept run tests/acceptance/VisitorCest.php Ama şimdi dosyadan yalnızca bir test çalıştırmak istiyorum. <?php use \AcceptanceTester; class VisitorCest { public function _before(){} public function _after(){} public function aboutPage(AcceptanceTester …
87
php
codeception