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

Codeception params

parent b113cd86
Branches
Tags 1.0
No related merge requests found
...@@ -452,12 +452,12 @@ library: ...@@ -452,12 +452,12 @@ library:
- chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log - chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- echo "End before" - echo "End before"
script: script:
- vendor/bin/codecept run --steps --xml --html -d - vendor/bin/codecept run --steps --xml --html --debug
codeception test: codeception test:
<<: *job-codeception-test <<: *job-codeception-test
script: script:
- vendor/bin/codecept run --steps --xml --html -d - vendor/bin/codecept run --steps --xml --html --debug
codeception test latest woocommerce: codeception test latest woocommerce:
<<: *job-codeception-test <<: *job-codeception-test
...@@ -470,4 +470,4 @@ codeception test latest woocommerce: ...@@ -470,4 +470,4 @@ codeception test latest woocommerce:
WOOCOMMERCE_VERSION: github WOOCOMMERCE_VERSION: github
allow_failure: true allow_failure: true
script: script:
- vendor/bin/codecept run --steps --xml --html -d - 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