openeuropa / drupal-site-template

OpenEuropa template for Drupal sites.
European Union Public License 1.2
12 stars 10 forks source link

MULTISITE-22187: Make behat dynamic. #49

Closed ghost closed 4 years ago

ghost commented 4 years ago

Please see ticket for more information: https://webgate.ec.europa.eu/CITnet/jira/browse/MULTISITE-22187

This is still a work in progress and should not be released before the documentation about the implementation in ne-pipelines is available.

ghost commented 4 years ago

The following documentation will be added to the ne-pipelines page: https://webgate.ec.europa.eu/fpfis/wikis/display/MULTISITE/NE+Pipelines

Behat tests on clean/clone installation

- After the clean installation (install from config) part of the pipeline, it will run behat tests filtering out the @clone tags. 
- After the clone installation (with live data) part of the pipeline, it will run behat tests with only the @clone tags.

This allows you to choose on what type of installation you would like to run tests on.
ghost commented 4 years ago

Closing and replacing with https://github.com/openeuropa/drupal-site-template/pull/54