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

Feature/codeception latest woo

parent 9290702d
No related branches found
No related tags found
No related merge requests found
......@@ -450,3 +450,16 @@ codeception test:
<<: *job-codeception-test
script:
- vendor/bin/codecept run --steps --xml --html -d
codeception test latest woocommerce:
<<: *job-codeception-test
variables:
WP_CLI_CACHE_DIR: /cache/wp-cli
APACHE_DOCUMENT_ROOT: ${CI_PROJECT_DIR}/tests/wordpress
CI_DEBUG_SERVICES: trace
SCREEN_WIDTH: 1200
SCREEN_HEIGHT: 2000
WOOCOMMERCE_VERSION: github
allow_failure: true
script:
- vendor/bin/codecept run --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