First commit of Codeception files

This commit is contained in:
Alex Bilbie
2015-04-05 17:05:49 +01:00
parent 1e39f1d84a
commit 7a3670523d
9 changed files with 2439 additions and 0 deletions

8
tests/api.suite.yml Normal file
View File

@@ -0,0 +1,8 @@
class_name: ApiTester
modules:
enabled: [PhpBrowser, REST]
config:
PhpBrowser:
url: 'http://localhost:7777/'
REST:
url: 'http://localhost:7777/'