nextcloud-gallery/codeception.yml

44 lines
945 B
YAML
Raw Permalink Normal View History

2015-08-10 00:42:03 +02:00
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
2015-08-11 02:34:03 +02:00
- Codeception\Extension\PhpBuiltinServer
config:
Codeception\Extension\PhpBuiltinServer:
hostname: localhost
port: 8000
documentRoot: ../..
startDelay: 1
2015-08-10 00:42:03 +02:00
coverage:
enabled: true
include:
2015-08-23 23:31:48 +02:00
- appinfo/*.php
- lib/AppInfo/*.php
- lib/Config/*
- lib/Controller/*
- lib/Environment/*
- lib/Http/*
- lib/Middleware/*
- lib/Service/*
2015-08-10 00:42:03 +02:00
exclude:
- build/*
2015-08-10 00:42:03 +02:00
- css/*
- documentation/*
- img/*
- js/*
- l10n/*
- templates/*
- tests/*
2015-08-20 06:33:56 +02:00
- travis/*
2015-08-10 00:42:03 +02:00
- vendor/*