Skip to content
Snippets Groups Projects
Commit 5e160c61 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3008320: Update the Automated Functional Acceptance Testing to cover...

Issue #3008320: Update the Automated Functional Acceptance Testing to cover the new media and media library and browser updates
parent a3d8a93f
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ addons: ...@@ -51,7 +51,7 @@ addons:
- fonts-liberation - fonts-liberation
mysql: mysql:
database: test_varbase4c database: test_varbase6c
username: root username: root
encoding: utf8 encoding: utf8
...@@ -116,8 +116,15 @@ install: ...@@ -116,8 +116,15 @@ install:
## Install with drush. ## Install with drush.
- cd docroot - cd docroot
- drush site-install varbase --yes --site-name='Test Varbase4c' --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url="mysql://root:@localhost/test_varbase4c" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider_media=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_development_tools.varbase_development=true - drush site-install varbase --yes --site-name='Test Varbase6c' --account-name=webmaster --account-pass=dD.123123ddd --account-mail=webmaster@vardot.com --db-url="mysql://root:@localhost/test_varbase6c" varbase_multilingual_configuration.enable_multilingual=true varbase_extra_components.vmi=true varbase_extra_components.varbase_heroslider_media=true varbase_extra_components.varbase_carousels=true varbase_extra_components.varbase_search=true varbase_extra_components.varbase_blog=true varbase_extra_components.varbase_auth=true varbase_development_tools.varbase_development=true
- drush pm-enable varbase_styleguide --yes
- drush pm-enable vbp_text_and_image --yes - drush pm-enable vbp_text_and_image --yes
- drush pm-enable varbase_media_instagram --yes
- drush pm-enable varbase_media_twitter --yes
- drush pm-enable social_auth_google --yes
- drush pm-enable social_auth_facebook --yes
- drush pm-enable social_auth_twitter --yes
- drush pm-enable social_auth_linkedin --yes
- drush config-set system.performance css.preprocess 0 --yes - drush config-set system.performance css.preprocess 0 --yes
- drush config-set system.performance js.preprocess 0 --yes - drush config-set system.performance js.preprocess 0 --yes
- drush config-set system.logging error_level all --yes - drush config-set system.logging error_level all --yes
......
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