mirror of
https://github.com/jbcr/core.git
synced 2026-04-02 06:12:15 +02:00
43 lines
849 B
YAML
43 lines
849 B
YAML
default:
|
|
|
|
gherkin:
|
|
cache: "%paths.base%/var/cache/behat/behat_gherkin"
|
|
filters:
|
|
tags: ~@wip
|
|
|
|
autoload:
|
|
- "%paths.base%/tests/api/bootstrap"
|
|
|
|
formatters:
|
|
pretty:
|
|
output_styles:
|
|
comment: [ white, black ]
|
|
calls:
|
|
error_reporting: 16383 # E_ALL & ~E_USER_DREPRECATED
|
|
|
|
testers:
|
|
rerun_cache: "%paths.base%/var/cache/behat/behat_rerun"
|
|
|
|
extensions:
|
|
Lakion\Behat\MinkDebugExtension:
|
|
directory: var/log/behat-reports
|
|
screenshot: false
|
|
|
|
Behat\MinkExtension:
|
|
base_url: 'http://127.0.0.1:8088/'
|
|
goutte: ~
|
|
sessions:
|
|
default:
|
|
goutte: ~
|
|
|
|
Behatch\Extension: ~
|
|
|
|
suites:
|
|
default:
|
|
filters:
|
|
tags: "~@wip"
|
|
contexts:
|
|
- Behatch\Context\JsonContext
|
|
- Context\FeatureContext
|
|
paths: [ "%paths.base%/tests/api" ]
|