Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
|
- # Codeception Test Suite Configuration
- #
- # Suite for acceptance tests.
- # Perform tests in browser using the WebDriver or PhpBrowser.
- # If you need both WebDriver and PHPBrowser tests - create a separate suite.
-
- actor: AcceptanceTester
- modules:
- enabled:
- - PhpBrowser:
- url: http://localhost/myapp
- - \Helper\Acceptance
|