Create a seamless customer experience and get more engagement on your site by integrating your WooCommerce store with your BuddyPress community.
If you want install this plugin in your local for testing or develop. You need to read carefully the next sections.
composer install
git submodule update --init --recursive
If you face composer memory problems like in the next line.
PHP Fatal error: Allowed memory size of XXXXXX bytes exhausted <...>
Use the command
php -d memory_limit=-1 <composer path> <...>
Source: https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors
We use codeception and webdriver.
Related commands for testing
vendor/bin/chromedriver --url-base=/wd/hub
vendor/bin/codecept g:cest acceptance <testName>
vendor/bin/codecept run tests/acceptance/SiteNameCest.php --steps
vendor/bin/codecept run <path to the file> --steps
This project is licensed under the GPLv2 or later license - see the license.txt file for details.