Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit c56336c1 authored by drishu's avatar drishu
Browse files

OEL-617: Remove behat.

parent ee971532
No related branches found
No related tags found
1 merge request!39OEL-617: Remove helper hard dependencies and behat
......@@ -84,15 +84,6 @@ pipeline:
event:
exclude: tag
behat:
group: test
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
commands:
- ./vendor/bin/behat --strict
when:
event:
exclude: tag
before-release:
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}-ci
commands:
......
.DS_Store
.idea
behat.yml
build
composer.lock
docker-compose.*.yml
......
......@@ -63,7 +63,7 @@ To set up the project run:
A post command hook (`drupal:site-setup`) is triggered automatically after `composer install`.
It will make sure that the necessary symlinks are properly setup in the development site.
It will also perform token substitution in development configuration files such as `behat.yml.dist`.
It will also perform token substitution in development configuration files such as `phpunit.xml.dist`.
The development site web root should be available in the `build` directory.
......@@ -129,9 +129,3 @@ To run the phpunit tests:
```bash
docker-compose exec web ./vendor/bin/phpunit
```
To run the behat tests:
```bash
docker-compose exec web ./vendor/bin/behat
```
......@@ -47,11 +47,8 @@ commands:
- { task: "run", command: "drupal:drush-setup" }
- { task: "run", command: "drupal:settings-setup" }
- { task: "run", command: "setup:phpunit" }
- { task: "run", command: "setup:behat" }
setup:phpunit:
- { task: "process", source: "phpunit.xml.dist", destination: "phpunit.xml" }
setup:behat:
- { task: "process", source: "behat.yml.dist", destination: "behat.yml" }
release:
tasks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment