Blame view

tests/acceptance.suite.yml 496 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  # 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:
          - PhpBrowser:
              url: http://core-cms
              browser: 'chrome'
          - \Helper\Acceptance
  
  env:
      chrome:
           modules:
              config:
                  WebDriver:
                      browser: 'chrome'