Skip to content

Instantly share code, notes, and snippets.

@webrgp
Forked from ryanirelan/codeception.yml
Created July 11, 2019 13:32
Show Gist options
  • Save webrgp/56f834ca8c2c42dee3c0508e713c8497 to your computer and use it in GitHub Desktop.
Save webrgp/56f834ca8c2c42dee3c0508e713c8497 to your computer and use it in GitHub Desktop.
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
params:
- tests/.env
modules:
config:
\craft\test\Craft:
configFile: 'tests/_craft/config/test.php'
entryUrl: 'https://craftquest.test/'
entryScript: 'index.php'
projectConfig: {}
migrations: []
plugins: []
cleanup: true
transaction: true
dbSetup: {clean: false, setupCraft: false}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment