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

Issue #3255633: Switch default Automated Functional Testing users creation to...

Issue #3255633: Switch default Automated Functional Testing users creation to use drush user:create and drush user:role:add and use the default manual testing user names and emails
parent 7decc266
No related branches found
No related tags found
3 merge requests!24Issue #3301451: Composer is fixed to docroot folder Primary tabs View(active tab),!10Issue #3269421: Add exception messages for VLB automated testing step definitions,!9Issue #3266504: Update Automated Functional Testing Readme File
......@@ -160,11 +160,10 @@ commands:
mkdir /var/www/html/test/varbase/config
mkdir /var/www/html/test/varbase/config/sync
echo "\$settings['config_sync_directory'] = '../config/sync';" >> /var/www/html/test/varbase/docroot/sites/default/settings.php
sed -i "s,- \"--headless\",#- \"--headless\",g" /var/www/html/test/varbase/docroot/profiles/varbase/behat.yml ;
cd /var/www/html/test/varbase
sudo chmod 775 -R .
sudo chown www-data:circleci -R .
## Point varbase.test at /var/www/html/test/varbase/docroot
- run:
name: Point varbase.test at /var/www/html/test/varbase/docroot
......
......@@ -37,4 +37,4 @@ user:
name: Super admin
mail: test.super_admin@vardot.com
password: dD.123123ddd
role: administrator
\ No newline at end of file
role: administrator
......@@ -7,7 +7,7 @@ distribution:
name: Varbase
install:
theme: vartheme_claro
version: 9.1.x-dev
version: 9.1.x-dev
install:
- system
- action
......
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