Blame view

tests/acceptance.suite.yml 352 Bytes
8b9f2521   Administrator   28.03.16
1
2
3
4
5
6
7
8
9
  # 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:
c7dc4dbd   Administrator   28.03.16
10
          - PhpBrowser:
65326361   Yarik   test
11
              url: http://localhost/myapp
8b9f2521   Administrator   28.03.16
12
          - \Helper\Acceptance