Merge pull request #30741 from woocommerce/e2e/init-permalinks
initialize index permalinks before e2e tests
This commit is contained in:
commit
54d134eb07
|
@ -12,6 +12,9 @@ wp plugin install https://github.com/WP-API/Basic-Auth/archive/master.zip --acti
|
|||
# install the WP Mail Logging plugin to test emails
|
||||
wp plugin install wp-mail-logging --activate
|
||||
|
||||
# initialize pretty permalinks
|
||||
wp rewrite structure /%postname%/
|
||||
|
||||
echo "Updating to WordPress Nightly Point Release"
|
||||
wp core update https://wordpress.org/nightly-builds/wordpress-latest.zip
|
||||
|
||||
|
|
|
@ -16,3 +16,6 @@ wp plugin install https://github.com/WP-API/Basic-Auth/archive/master.zip --acti
|
|||
|
||||
# install the WP Mail Logging plugin to test emails
|
||||
wp plugin install wp-mail-logging --activate
|
||||
|
||||
# initialize pretty permalinks
|
||||
wp rewrite structure /%postname%/
|
||||
|
|
Loading…
Reference in New Issue