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

Issue #3256661 by Alaa Jwiehan, RajabNatshah: Add Automated Testing Gherkin...

Issue #3256661 by Alaa Jwiehan, RajabNatshah: Add Automated Testing Gherkin features for the Varbase Landing (Layout Builder) content type
parent a5b6a6b7
No related branches found
No related tags found
No related merge requests found
...@@ -145,11 +145,12 @@ commands: ...@@ -145,11 +145,12 @@ commands:
cd /var/www/html/test/ cd /var/www/html/test/
sudo chmod 775 . sudo chmod 775 .
sudo chown www-data:circleci . sudo chown www-data:circleci .
git clone https://github.com/vardot/varbase.git git clone --branch '9.0.x' https://github.com/vardot/varbase.git /var/www/html/test/varbase-code
cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase
cd /var/www/html/test/varbase cd /var/www/html/test/varbase
composer install --no-interaction -vvv composer install --no-interaction -vvv
composer require drupal/drush_language:~1.0 composer require drupal/drush_language:~1.0
git clone https://github.com/vardot/varbase.git /var/www/html/test/varbase/docroot/profiles/varbase cp -r /var/www/html/test/varbase-code /var/www/html/test/varbase/docroot/profiles/varbase
cd /var/www/html/test/varbase cd /var/www/html/test/varbase
sudo rm -rf config configbit css images libraries scripts src tests traslations varbase.info.yml varbase.install varbase.libraries.yml varbase.profile varbase.services.yml yarn.lock sudo rm -rf config configbit css images libraries scripts src tests traslations varbase.info.yml varbase.install varbase.libraries.yml varbase.profile varbase.services.yml yarn.lock
sudo chmod 775 -R . sudo chmod 775 -R .
......
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