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
73e46c77
Commit
73e46c77
authored
3 years ago
by
Grzegorz Rola
Browse files
Options
Downloads
Patches
Plain Diff
feature(tests): codeception manual
parent
998e76be
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
includes/tests/codeception-parallel.yml
+2
-0
2 additions, 0 deletions
includes/tests/codeception-parallel.yml
includes/tests/codeception.yml
+1
-0
1 addition, 0 deletions
includes/tests/codeception.yml
with
3 additions
and
0 deletions
includes/tests/codeception-parallel.yml
+
2
−
0
View file @
73e46c77
...
...
@@ -46,6 +46,7 @@
-
cd ${APACHE_DOCUMENT_ROOT}
-
cd ${CI_PROJECT_DIR}
-
composer prepare-wordpress-for-codeception
-
composer prepare-codeception-db
-
composer prepare-local-codeception-tests
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
...
...
@@ -113,6 +114,7 @@
-
cd ${APACHE_DOCUMENT_ROOT}
-
cd ${CI_PROJECT_DIR}
-
composer prepare-wordpress-for-codeception
-
composer prepare-codeception-db
-
composer prepare-local-codeception-tests-with-coverage
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
...
...
This diff is collapsed.
Click to expand it.
includes/tests/codeception.yml
+
1
−
0
View file @
73e46c77
...
...
@@ -57,6 +57,7 @@
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh ]; then chmod a+x ./tests/codeception/bootstrap.sh; fi;
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/bootstrap.sh ]; then . ./tests/codeception/bootstrap.sh; fi;
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/wpdesk.yml ]; then composer prepare-wordpress-for-codeception; fi;
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/wpdesk.yml ]; then composer prepare-codeception-db; fi;
-
if [ -f ${CI_PROJECT_DIR}/tests/codeception/wpdesk.yml ]; then composer prepare-local-codeception-tests; fi;
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/_output
-
mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/acceptance
...
...
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