Dotclear

source: behat.yml.dist @ 2984:b81d45a0e150

Revision 2984:b81d45a0e150, 692 bytes checked in by Nicolas <nikrou77@…>, 10 years ago (diff)

Behat - add a new configuration key in behat.yml file : user_id_to_not_delete
So you can use an existing dotclear installation and not delete superadmin user

Use cookie session name provide in dotclear configuration file

Line 
1default:
2  context:
3    parameters:
4      base_url: http://localhost:1080
5
6      # relative or absolute path to dotclear config file
7      config_file: inc/config.php
8
9      # if you want to not delete a user, uncomment following line and change user_id to appropriate one.
10      # user_id_to_not_delete: admin
11
12      sql_init_file: features/sql/db_init.sql
13      sql_cleanup_file: features/sql/db_cleanup.sql
14
15  extensions:
16    Behat\MinkExtension\Extension:
17      base_url: http://localhost:1080
18      goutte: ~
19
20  paths:
21    features:  features
22    bootstrap: features/bootstrap
23
24annotations:
25  paths:
26    features: features/annotations
27
28closures:
29  paths:
30    features: features/closures
Note: See TracBrowser for help on using the repository browser.

Sites map