Blame view

tests/acceptance.suite.yml.example 246 Bytes
2049c43e   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
  class_name: AcceptanceTester
  modules:
      enabled:
          - WebDriver:
              url: http://127.0.0.1:8080/
              browser: firefox
          - Yii2:
              part: orm
              entryScript: index-test.php
              cleanup: false