Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 331 Bytes

File metadata and controls

19 lines (17 loc) · 331 Bytes

Module Config Simplified

modules:
    enabled:
        - WebDriver:
            url: https://codeception.com
            browser: firefox
        - \Helper\Acceptance
modules:
    enabled:
        - REST:
            url: http://api.localhost/v1/
            depends: PhpBrowser
        - \Helper\Api