Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev extension update #1

Open
wants to merge 10 commits into
base: 7.x-1.x
Choose a base branch
from
5 changes: 0 additions & 5 deletions modules/dkan/dkan_data_story/test/.gitignore

This file was deleted.

26 changes: 0 additions & 26 deletions modules/dkan/dkan_data_story/test/behat.yml

This file was deleted.

8 changes: 0 additions & 8 deletions modules/dkan/dkan_data_story/test/composer.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 24 additions & 1 deletion test/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ default:
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DKANExtension\Context\GroupContext
- Drupal\DKANExtension\Context\DatasetContext
- Drupal\DKANExtension\Context\ResourceContext
- Drupal\DKANExtension\Context\PageContext
- Drupal\DKANExtension\Context\DKANDataStoryContext
- Drupal\DKANExtension\Context\DataDashboardContext
- Drupal\DKANExtension\Context\ChartContext
- Devinci\DevinciExtension\Context\DebugContext:
asset_dump_path: %paths.base%/../assets/
- Devinci\DevinciExtension\Context\JavascriptContext:
Expand All @@ -18,9 +25,9 @@ default:
Behat\MinkExtension:
goutte: ~
selenium2: ~
base_url: http://127.0.0.1:8888
default_session: 'goutte'
javascript_session: 'selenium2'
files_path: %paths.base%/files
Drupal\DrupalExtension:
blackbox: ~
drupal:
Expand Down Expand Up @@ -57,10 +64,26 @@ local:
extensions:
Behat\MinkExtension:
base_url: http://dkan.local
files_path: %paths.base%/files
selenium2:
wd_host: http://127.0.0.1:4444/wd/hub
Drupal\DrupalExtension:
drupal:
drupal_root: '/var/www/dkan/webroot'
drush:
root: '/var/www/dkan/webroot'
docker:
extensions:
Behat\MinkExtension:
#base_url: http://web
base_url: http://data_starter.local
selenium2:
#wd_host: http://browser:4444/wd/hub
wd_host: http://192.168.10.1:4444/wd/hub
#browser: chrome
browser: firefox
Drupal\DrupalExtension:
drupal:
drupal_root: '/var/www/docroot'
drush:
root: '/var/www/docroot'
3 changes: 2 additions & 1 deletion test/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"require": {
"drupal/drupal-extension": "~3.0",
"devinci/devinci-behat-extension": "dev-master"
"devinci/devinci-behat-extension": "dev-master",
"nucivic/dkanextension": "dev-master"
},
"config": {
"bin-dir": "bin/"
Expand Down
Loading