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

Codeception coverage

parent 4bc9192f
No related branches found
No related tags found
No related merge requests found
...@@ -400,7 +400,6 @@ library: ...@@ -400,7 +400,6 @@ library:
CI_DEBUG_SERVICES: trace CI_DEBUG_SERVICES: trace
SCREEN_WIDTH: 1200 SCREEN_WIDTH: 1200
SCREEN_HEIGHT: 1600 SCREEN_HEIGHT: 1600
JAVA_OPTS: -Xmx2048m
services: services:
- name: mysql:5.6 - name: mysql:5.6
alias: mysqltests alias: mysqltests
...@@ -462,6 +461,10 @@ codeception test: ...@@ -462,6 +461,10 @@ codeception test:
codeception test coverage: codeception test coverage:
<<: *job-codeception-test <<: *job-codeception-test
script: script:
- cd ${CI_PROJECT_DIR}
- pwd
- composer install --prefer-dist --no-progress --no-dev
- cp -r ${CI_PROJECT_DIR}/. ${APACHE_DOCUMENT_ROOT}/wp-content/plugins/${CI_PROJECT_NAME}
- vendor/bin/codecept run --coverage --steps --xml --html -d - vendor/bin/codecept run --coverage --steps --xml --html -d
codeception test latest woocommerce: codeception test latest woocommerce:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment