Files
FHC-Core/tests/codeception/api.suite.dist.yml
T
paolo 9aef5dcc30 HTTP basic authentication
Set this as default authentication, providing codeception test case
2016-04-15 15:41:38 +02:00

12 lines
314 B
YAML

class_name: ApiTester
modules:
enabled:
- \Helper\Api
- REST:
# API URL
url: http://localhost/build/index.ci.php/api/
# Can also be a framework module name
depends: PhpBrowser
# Limits PhpBrowser to JSON or XML
part: Json