acceptance.suite.yml 436 Bytes
# 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.

class_name: AcceptanceTester
modules:
     enabled:
        - WebDriver:
           url: 'http://www.bigmir.net/'
           browser: firefox
           window_size: 1024x768
           delay: 500
        - \Helper\Acceptance