Skip to content
Snippets Groups Projects
Commit ee49aa95 authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(speedup): speedup tests

parent e5016c65
No related branches found
No related tags found
No related merge requests found
...@@ -40,8 +40,8 @@ ...@@ -40,8 +40,8 @@
- rm wp-config.php - rm wp-config.php
- wp config create --dbhost=${MYSQL_IP} --dbname=wptest --dbuser=mysql --dbpass=mysql --allow-root - wp config create --dbhost=${MYSQL_IP} --dbname=wptest --dbuser=mysql --dbpass=mysql --allow-root
- wp config set WP_DEBUG true --raw --type=constant --allow-root - wp config set WP_DEBUG true --raw --type=constant --allow-root
- wp option update home '${TEST_SITE_WP_URL}' --allow-root - wp config set WP_HOME '${TEST_SITE_WP_URL}' --type=constant --allow-root
- wp option update siteurl '${TEST_SITE_WP_URL}' --allow-root - wp config set WP_SITEURL '${TEST_SITE_WP_URL}' --type=constant --allow-root
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- composer prepare-parallel-codeception-tests 4 - composer prepare-parallel-codeception-tests 4
- vendor/bin/codecept run acceptance $PARALLEL_JOB --steps --xml --html -f --verbose - vendor/bin/codecept run acceptance $PARALLEL_JOB --steps --xml --html -f --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment