2023-04-17 12:01:41 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-05-13 15:19:15 +00:00
|
|
|
# Remove the database snapshot if it exists.
|
2024-07-19 10:02:56 +00:00
|
|
|
wp-env run tests-cli -- rm -f blocks_e2e.sql
|
2023-08-22 10:32:05 +00:00
|
|
|
# Run the main script in the container for better performance.
|
2023-12-15 17:34:29 +00:00
|
|
|
wp-env run tests-cli -- bash wp-content/plugins/woocommerce/blocks-bin/playwright/scripts/index.sh
|
2024-05-13 15:19:15 +00:00
|
|
|
# Disable the LYS Coming Soon banner.
|
2024-05-28 15:09:28 +00:00
|
|
|
wp-env run tests-cli -- wp option update woocommerce_coming_soon 'no'
|