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

feature(speedup): speedup tests

parent ee49aa95
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@
- rm wp-config.php
- 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_HOME '${TEST_SITE_WP_URL}' --type=constant --allow-root
- wp config set WP_SITEURL '${TEST_SITE_WP_URL}' --type=constant --allow-root
- wp config set WP_HOME $TEST_SITE_WP_URL --type=constant --allow-root
- wp config set WP_SITEURL $TEST_SITE_WP_URL --type=constant --allow-root
- cd ${CI_PROJECT_DIR}
- composer prepare-parallel-codeception-tests 4
- 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