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

Merge branch 'feature/selenium-opt' into 'master'

Feature/selenium opt

See merge request wpdesk/gitlab-ci!80
parents 9d444226 68265826
No related branches found
No related tags found
No related merge requests found
......@@ -396,11 +396,12 @@ library:
APACHE_DOCUMENT_ROOT: ${CI_PROJECT_DIR}/tests/wordpress
CI_DEBUG_SERVICES: trace
SCREEN_WIDTH: 1200
SCREEN_HEIGHT: 2000
SCREEN_HEIGHT: 1600
JAVA_OPTS: -Xmx1024m
services:
- name: mysql:5.6
alias: mysqltests
- name: wpdesknet/wordpress:47
- name: wpdesknet/wordpress:49
alias: wootests
- name: selenium/standalone-chrome:latest
alias: chrome
......@@ -460,7 +461,7 @@ codeception test latest woocommerce:
APACHE_DOCUMENT_ROOT: ${CI_PROJECT_DIR}/tests/wordpress
CI_DEBUG_SERVICES: trace
SCREEN_WIDTH: 1200
SCREEN_HEIGHT: 2000
SCREEN_HEIGHT: 1600
WOOCOMMERCE_VERSION: github
allow_failure: true
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment