woocommerce/plugins/woocommerce-blocks/tests/e2e/bin/scripts/parallel/customer.sh

10 lines
246 B
Bash
Raw Normal View History

#!/usr/bin/env bash
wp user create customer customer@woocommerceblockse2etestsuite.com \
--user_pass=password \
--role=subscriber \
--first_name='Jane' \
--last_name='Smith' \
--path=/var/www/html \
--user_registered='2022-01-01 12:23:45'