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

Codeception params

parent 6bed5c68
No related branches found
No related tags found
No related merge requests found
......@@ -452,12 +452,12 @@ library:
- chmod a+w ${APACHE_DOCUMENT_ROOT}/wp-content/debug.log
- echo "End before"
script:
- vendor/bin/codecept run --report --steps --xml --html
- vendor/bin/codecept run --report --steps --xml --html -d
codeception test:
<<: *job-codeception-test
script:
- vendor/bin/codecept run --steps --xml --html -d
- vendor/bin/codecept run --report --steps --xml --html -d
codeception test latest woocommerce:
<<: *job-codeception-test
......@@ -470,4 +470,4 @@ codeception test latest woocommerce:
WOOCOMMERCE_VERSION: github
allow_failure: true
script:
- vendor/bin/codecept run --steps --xml --html -d
- vendor/bin/codecept run --report --steps --xml --html -d
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment