Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gitlab-ci
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
gitlab-ci
Commits
e6f92da1
Commit
e6f92da1
authored
2 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(speedup): speedup tests
parent
ee49aa95
Branches
feature/speedup
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
includes/tests/codeception-parallel.yml
+2
-2
2 additions, 2 deletions
includes/tests/codeception-parallel.yml
with
2 additions
and
2 deletions
includes/tests/codeception-parallel.yml
+
2
−
2
View file @
e6f92da1
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment