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

Codeception params

parent 38912285
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,6 @@ library:
name: "acceptance logs"
paths:
- tests/codeception/tests/_output
- ${APACHE_DOCUMENT_ROOT}/wp-config.php
- ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- ${APACHE_DOCUMENT_ROOT}/wp-content/uploads
reports:
......@@ -449,6 +448,9 @@ library:
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/functional
- mkdir -p ${CI_PROJECT_DIR}/tests/codeception/tests/unit
- chmod -R a+w ${APACHE_DOCUMENT_ROOT}/wp-content/uploads
- touch ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- chmod o+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- chmod g+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- echo "End before"
script:
- vendor/bin/codecept run --steps --xml --html --debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment