Dotclear

source: behat.yml.dist @ 2931:eed943c66a5f

Revision 2931:eed943c66a5f, 489 bytes checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Start adding behat tests

Line 
1default:
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
19annotations:
20  paths:
21    features: features/annotations
22
23closures:
24  paths:
25    features: features/closures
Note: See TracBrowser for help on using the repository browser.

Sites map