Codeception

This commit is contained in:
Paminger
2015-02-20 12:30:26 +01:00
parent 9a230cd02c
commit 965fccb6c5
16 changed files with 2318 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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
- AcceptanceHelper
config:
PhpBrowser:
url: 'http://localhost/myapp/'