Line | |
---|
1 | default: |
---|
2 | context: |
---|
3 | parameters: |
---|
4 | base_url: http://localhost:1080 |
---|
5 | |
---|
6 | config_file: inc/config.php |
---|
7 | sql_init_file: features/sql/db_init.sql |
---|
8 | sql_cleanup_file: features/sql/db_cleanup.sql |
---|
9 | |
---|
10 | extensions: |
---|
11 | Behat\MinkExtension\Extension: |
---|
12 | base_url: http://localhost:1080 |
---|
13 | goutte: ~ |
---|
14 | |
---|
15 | paths: |
---|
16 | features: features |
---|
17 | bootstrap: features/bootstrap |
---|
18 | |
---|
19 | annotations: |
---|
20 | paths: |
---|
21 | features: features/annotations |
---|
22 | |
---|
23 | closures: |
---|
24 | paths: |
---|
25 | features: features/closures |
---|
Note: See
TracBrowser
for help on using the repository browser.