forked from nuvoleweb/drupal-behat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunner.yml.dist
More file actions
26 lines (25 loc) · 780 Bytes
/
runner.yml.dist
File metadata and controls
26 lines (25 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
drupal:
root: "build"
base_url: "http://nginx"
site:
profile: "minimal"
existing_config: TRUE
database:
host: ${env.DB_HOST}
port: ${env.DB_PORT}
name: ${env.DB_NAME}
user: ${env.DB_USER}
password: ${env.DB_PASSWORD}
settings:
settings:
config_sync_directory: "../tests/config/${env.TEST_DRUPAL_VERSION}"
commands:
drupal:site-setup:
- { task: "run", command: "drupal:drush-setup" }
- { task: "run", command: "drupal:settings-setup" }
- { task: "run", command: "setup:behat" }
- { task: "run", command: "setup:phpunit" }
setup:behat:
- { task: "process", source: "behat.yml.dist", destination: "behat.yml" }
setup:phpunit:
- { task: "process", source: "phpunit.xml.dist", destination: "phpunit.xml" }